Sandbox.Game.EntityComponents
MyAssetModifierComponent
Assembly: Sandbox.Game.dll
public class MyAssetModifierComponent: MyEntityComponentBase, IMyComponentBase, IMyEntityComponentBase
Events
| Member | Description |
|---|---|
| static OnAfterAddedToContainer | Inherited from MyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from IMyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from MyEntityComponentBase |
Properties
| Member | Description |
|---|---|
| AssetModifiers | |
| ComponentTypeDebugString | |
| AttachSyncToEntity | Inherited from MyEntityComponentBase |
| ComponentTypeDebugString | Inherited from IMyEntityComponentBase |
| ComponentTypeDebugString | Name of the base component type for debug purposes (e.g.: "Position") Inherited from MyEntityComponentBase |
| Container | Inherited from IMyEntityComponentBase |
| Container | Inherited from MyEntityComponentBase |
| ContainerBase | Inherited from IMyComponentBase |
| ContainerBase | This cannot be named Container to not conflict with the definition of Container in MyEntityComponentBase. Inherited from MyComponentBase |
| Entity | Inherited from IMyEntityComponentBase |
| Entity | Inherited from MyEntityComponentBase |
| FailedOnSceneAdd | Inherited from MyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from IMyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from MyComponentBase |
Constructors
| Member | Description |
|---|---|
| MyAssetModifierComponent() |
Methods
Inheritance: MyComponentBase ˃ MyEntityComponentBase
Implements: