The XSpriteTerrainMotionController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XSpriteTerrainMotionController |
Creates new XSpriteTerrainMotionController class instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Attach |
Attaches the controller to the XSprite sprite.
(Overrides XSpriteController..::.Attach(XSprite).) |
![]() | Detach |
Detaches the controller from the Sprite sprite.
(Overrides XSpriteController..::.Detach()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | Move | Overloaded. |
![]() | Pitch |
Sets pitch (vertical divergence) in radians.
(Inherited from XSpriteController.) |
![]() | PitchDgr |
Sets pitch (vertical divergence) in degrees.
(Inherited from XSpriteController.) |
![]() | ResetOrientation |
Sets the default XSprite sprite orientation.
(Inherited from XSpriteController.) |
![]() | Roll |
Sets roll in radians.
(Inherited from XSpriteController.) |
![]() | RollDgr |
Sets roll in degrees.
(Inherited from XSpriteController.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateOrientation |
Updates the sprite orientation.
(Inherited from XSpriteController.) |
![]() | Yaw |
Sets yaw (horizontal divergence) in radians.
(Inherited from XSpriteController.) |
![]() | YawDgr |
Sets yaw (horizontal divergence) in degrees.
(Inherited from XSpriteController.) |
Properties
Name | Description | |
---|---|---|
![]() | Mode |
Gets or sets the XSpriteControllerMode controlling mode.
(Inherited from XSpriteController.) |
![]() | Orientation |
Gets or sets the XSprite sprite orientation using the Quaternion.
(Inherited from XSpriteController.) |
![]() | Position |
Gets or sets a position of the controlled sprite XSprite.
(Inherited from XSpriteController.) |
![]() | Sprite |
Gets or sets a sprite XSprite being controlled.
(Inherited from XSpriteController.) |
![]() | SyncRoot | (Inherited from XSpriteController.) |
![]() | Terrain |
Gets or sets the terrain the sprite is moving on.
|