VRage.Game.Components
MyPositionComponent
Assembly: VRage.Game.dll
public class MyPositionComponent: MyPositionComponentBase, IMyComponentBase, IMyEntityComponentBase
Fields
| Member | Description |
|---|---|
| static SynchronizationEnabled | |
| static OnReportInvalidMatrix | Inherited from MyPositionComponentBase |
| WorldPositionChanged | |
| m_lastParentWorldMatrixCounter | Inherited from MyPositionComponentBase |
| m_worldMatrixCounter | Inherited from MyPositionComponentBase |
| m_worldMatrixDirty | Inherited from MyPositionComponentBase |
Events
| Member | Description |
|---|---|
| static OnAfterAddedToContainer | Inherited from MyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from IMyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from MyEntityComponentBase |
| OnLocalAABBChanged | Inherited from MyPositionComponentBase |
| OnPositionChanged | Inherited from MyPositionComponentBase |
Properties
| Member | Description |
|---|---|
| LocalAABB | Sets the local aabb. |
| AttachSyncToEntity | Inherited from MyEntityComponentBase |
| ComponentTypeDebugString | Inherited from IMyEntityComponentBase |
| ComponentTypeDebugString | Inherited from MyPositionComponentBase |
| 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 |
| LocalAABB | Sets the local aabb. Inherited from MyPositionComponentBase |
| LocalMatrixRef | Gets or sets the local matrix. Inherited from MyPositionComponentBase |
| LocalVolume | Sets the local volume. Inherited from MyPositionComponentBase |
| LocalVolumeOffset | Gets or sets the local volume offset. Inherited from MyPositionComponentBase |
| NeedsRecalculateWorldMatrix | Inherited from MyPositionComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from IMyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from MyComponentBase |
| Scale | Inherited from MyPositionComponentBase |
| WorldAABB | Gets the world aabb. Inherited from MyPositionComponentBase |
| WorldMatrixInvScaled | Inherited from MyPositionComponentBase |
| WorldMatrixNormalizedInv | Inherited from MyPositionComponentBase |
| WorldMatrixRef | World matrix of this physic object. Use it whenever you want to do world-matrix transformations with this physic objects. Inherited from MyPositionComponentBase |
| WorldVolume | Gets the world volume. Inherited from MyPositionComponentBase |
| LocalMatrix | Obsolete: Deprecated, use LocalMatrixRef instead. Inherited from MyPositionComponentBase |
| WorldMatrix | Obsolete: Deprecated, use WorldMatrixRef instead. Inherited from MyPositionComponentBase |
Constructors
| Member | Description |
|---|---|
| MyPositionComponent() |
Methods
Inheritance: MyComponentBase Ë MyEntityComponentBase Ë MyPositionComponentBase
Implements:
Inheritors: