Show / Hide Table of Contents

Class MyObjectBuilder_MotorStator

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_CubeBlock
MyObjectBuilder_TerminalBlock
MyObjectBuilder_FunctionalBlock
MyObjectBuilder_MechanicalConnectionBlock
MyObjectBuilder_MotorBase
MyObjectBuilder_MotorStator
MyObjectBuilder_MotorAdvancedStator
Inherited Members
MyObjectBuilder_MotorBase.RotorEntityId
MyObjectBuilder_MotorBase.WeldedEntityId
MyObjectBuilder_MotorBase.Remap(IMyRemapHelper)
MyObjectBuilder_MechanicalConnectionBlock.MasterToSlaveTransform
MyObjectBuilder_MechanicalConnectionBlock.WeldSpeed
MyObjectBuilder_MechanicalConnectionBlock.ForceWeld
MyObjectBuilder_MechanicalConnectionBlock.TopBlockId
MyObjectBuilder_MechanicalConnectionBlock.IsWelded
MyObjectBuilder_MechanicalConnectionBlock.ShareInertiaTensor
MyObjectBuilder_MechanicalConnectionBlock.SafetyDetach
MyObjectBuilder_FunctionalBlock.Enabled
MyObjectBuilder_FunctionalBlock.TextPanelsNew
MyObjectBuilder_FunctionalBlock.GetTextPanelsData()
MyObjectBuilder_TerminalBlock.CustomName
MyObjectBuilder_TerminalBlock.ShowOnHUD
MyObjectBuilder_TerminalBlock.ShowInTerminal
MyObjectBuilder_TerminalBlock.ShowInToolbarConfig
MyObjectBuilder_TerminalBlock.ShowInInventory
MyObjectBuilder_TerminalBlock.NumberInGrid
MyObjectBuilder_TerminalBlock.IsSurvivalModeForced
MyObjectBuilder_CubeBlock.EntityId
MyObjectBuilder_CubeBlock.Name
MyObjectBuilder_CubeBlock.Min
MyObjectBuilder_CubeBlock.IntegrityPercent
MyObjectBuilder_CubeBlock.BuildPercent
MyObjectBuilder_CubeBlock.BlockOrientation
MyObjectBuilder_CubeBlock.ConstructionInventory
MyObjectBuilder_CubeBlock.ColorMaskHSV
MyObjectBuilder_CubeBlock.SkinSubtypeId
MyObjectBuilder_CubeBlock.ConstructionStockpile
MyObjectBuilder_CubeBlock.Owner
MyObjectBuilder_CubeBlock.BuiltBy
MyObjectBuilder_CubeBlock.ShareMode
MyObjectBuilder_CubeBlock.DeformationRatio
MyObjectBuilder_CubeBlock.SubBlocks
MyObjectBuilder_CubeBlock.MultiBlockId
MyObjectBuilder_CubeBlock.MultiBlockDefinition
MyObjectBuilder_CubeBlock.MultiBlockIndex
MyObjectBuilder_CubeBlock.BlockGeneralDamageModifier
MyObjectBuilder_CubeBlock.ComponentContainer
MyObjectBuilder_CubeBlock.ShouldSerializeEntityId()
MyObjectBuilder_CubeBlock.ShouldSerializeMin()
MyObjectBuilder_CubeBlock.ShouldSerializeOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeBlockOrientation()
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionInventory()
MyObjectBuilder_CubeBlock.ShouldSerializeColorMaskHSV()
MyObjectBuilder_CubeBlock.ShouldSerializeSkinSubtypeId()
MyObjectBuilder_CubeBlock.Upgrade(MyObjectBuilder_CubeBlock, MyObjectBuilderType, String)
MyObjectBuilder_CubeBlock.ShouldSerializeConstructionStockpile()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockId()
MyObjectBuilder_CubeBlock.ShouldSerializeMultiBlockDefinition()
MyObjectBuilder_CubeBlock.ShouldSerializeComponentContainer()
MyObjectBuilder_CubeBlock.SetupForProjector()
MyObjectBuilder_CubeBlock.SetupForGridPaste()
MyObjectBuilder_CubeBlock.Orientation
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_MotorStator : MyObjectBuilder_MotorBase

Constructors

MyObjectBuilder_MotorStator()

Declaration
public MyObjectBuilder_MotorStator()

Fields

BrakingTorque

Declaration
public Nullable<float> BrakingTorque
Field Value
Type Description
System.Nullable<System.Single>

CurrentAngle

Declaration
public float CurrentAngle
Field Value
Type Description
System.Single

DummyDisplacement

Declaration
public float DummyDisplacement
Field Value
Type Description
System.Single

Force

Declaration
public float Force
Field Value
Type Description
System.Single

Friction

Declaration
public float Friction
Field Value
Type Description
System.Single

LimitsActive

Declaration
public bool LimitsActive
Field Value
Type Description
System.Boolean

MaxAngle

Declaration
public Nullable<float> MaxAngle
Field Value
Type Description
System.Nullable<System.Single>

MinAngle

Declaration
public Nullable<float> MinAngle
Field Value
Type Description
System.Nullable<System.Single>

RotorLock

Declaration
public bool RotorLock
Field Value
Type Description
System.Boolean

TargetVelocity

Declaration
public float TargetVelocity
Field Value
Type Description
System.Single

Torque

Declaration
public Nullable<float> Torque
Field Value
Type Description
System.Nullable<System.Single>

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾