Assembly: Sandbox.Game.dll

public class MyPropellerRenderComponent: MyParentedSubpartRenderComponent, IMyComponentBase, IMyEntityComponentBase

Events

Member Description
BeforeRemovedFromContainer Inherited from IMyEntityComponentBase

Properties

Member Description
ComponentTypeDebugString Inherited from IMyEntityComponentBase
Container Inherited from IMyEntityComponentBase
ContainerBase Inherited from IMyComponentBase
Entity Inherited from IMyEntityComponentBase
RemoveExistingComponentOnNewInsert Inherited from IMyComponentBase

Constructors

Member Description
MyPropellerRenderComponent()

Methods

Member Description
OnParented()
SendPropellerSpeed(float)
Deserialize(MyObjectBuilder_ComponentBase) Inherited from IMyComponentBase
GetAs() Inherited from IMyComponentBase
Init(MyComponentDefinitionBase) Inherited from IMyComponentBase
IsSerialized() Inherited from IMyComponentBase
OnAddedToContainer() Inherited from IMyComponentBase
OnAddedToScene() Inherited from IMyComponentBase
OnBeforeRemovedFromContainer() Inherited from IMyComponentBase
OnRemovedFromScene() Inherited from IMyComponentBase
Serialize(bool) Inherited from IMyComponentBase
SetContainer(IMyComponentContainer) Inherited from IMyComponentBase

Inheritance: MyParentedSubpartRenderComponent prohibited

Implements: