[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
[TCheckBoxFormControlObj]Include Protected Members
[TCheckBoxFormControlObj]
Include Inherited Members
|
Orientation3DWithPreviousOrientation Members
|
|
The Orientation3DWithPreviousOrientation type exposes the following members.
Constructors
Methods
Fields
|
Name
|
Description
|
|
Orientation
|
The object's Orientation.
(Inherited from Orientation3D.)
|
|
PreviousOrientation
|
The object's last orientation (before Update() was called).
|
|
RotationalAcceleration
|
The object's Rotational Acceleration around its center.
NOTE: Rotations are specified by giving a 3D Vector, where the direction is the axis to rotate around, and the vector length is the amount (angle in radians) to rotate. It can also be thought of as Vector(PitchAcceleration, YawAcceleration, RollAcceleration).
(Inherited from Orientation3D.)
|
|
RotationalVelocity
|
The object's Rotational Velocity around its center.
NOTE: Rotations are specified by giving a 3D Vector, where the direction is the axis to rotate around, and the vector length is the amount (angle in radians) to rotate. It can also be thought of as Vector(PitchVelocity, YawVelocity, RollVelocity).
(Inherited from Orientation3D.)
|
Properties
|
Name
|
Description
|
|
Normal
|
Get / Set the Normal (i.e. Forward) direction of the object (i.e. which direction it is facing).
(Inherited from Orientation3D.)
|
|
Right
|
Get / Set the Right direction of the object.
(Inherited from Orientation3D.)
|
|
Up
|
Get / Set the Up direction of the object.
(Inherited from Orientation3D.)
|
|
UpdatePreviousOrientationAutomatically
|
Set this to False to not have the Update() function update the PreviousOrientation value. Instead it will be up to an external object to update the PreviousOrientation property each frame.
Default value is True.
|
See Also
Orientation3DWithPreviousOrientation Class
DPSF Namespace
Send comments on this topic to
|