Show / Hide Table of Contents

Class MyObjectBuilder_EmotionControllerComponent

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_ComponentBase
MyObjectBuilder_EmotionControllerComponent
Inherited Members
MyObjectBuilder_ComponentBase.RemoveExistingComponentOnNewInsert
MyObjectBuilder_ComponentBase.SetupForProjector()
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: Sandbox.Common.ObjectBuilders
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_EmotionControllerComponent : MyObjectBuilder_ComponentBase

Constructors

MyObjectBuilder_EmotionControllerComponent()

Declaration
public MyObjectBuilder_EmotionControllerComponent()

Fields

SelectedEmotionSubtype

Declaration
public string SelectedEmotionSubtype
Field Value
Type Description
System.String

SelectedLCDsIds

Declaration
public List<long> SelectedLCDsIds
Field Value
Type Description
System.Collections.Generic.List<System.Int64>

Methods

Remap(IMyRemapHelper)

Declaration
public override void Remap(IMyRemapHelper remapHelper)
Parameters
Type Name Description
IMyRemapHelper remapHelper
Overrides
MyObjectBuilder_ComponentBase.Remap(IMyRemapHelper)

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
  • Constructors
    • MyObjectBuilder_EmotionControllerComponent()
  • Fields
    • SelectedEmotionSubtype
    • SelectedLCDsIds
  • Methods
    • Remap(IMyRemapHelper)
  • Extension Methods
Back to top
Generated by DocFX
☀
☾