Interface IMyMotorRotor
Describes motor rotor (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyMotorRotor : IMyAttachableTopBlock, IMyCubeBlock, IMyEntity, IMyMotorRotor, IMyAttachableTopBlock, IMyCubeBlock, IMyEntity
Properties
Base
Gets the attached stator/suspension block
Declaration
IMyMotorBase Base { get; }
Property Value
Type | Description |
---|---|
IMyMotorBase |
Stator
Gets the attached stator/suspension block
Declaration
IMyMotorBase Stator { get; }
Property Value
Type | Description |
---|---|
IMyMotorBase |