The XCameraController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XCameraController |
Creates new XCameraController controller instance with the camera.
|
Methods
| Name | Description | |
|---|---|---|
| Attach |
Attaches the controller to the XSprite sprite.
(Inherited from XSpriteController.) | |
| Detach |
Detaches the controller from the Sprite sprite.
(Inherited from XSpriteController.) | |
| 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 | |
|---|---|---|
| Camera |
Gets or sets the XCamera camera for this XCameraController controller.
| |
| 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.) |