Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..OrientationData Property
|
|
Get the Orientation Data (Orientation, Rotational Velocity, and Rotational Acceleration)
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Orientation3D OrientationData { get; }
|
Visual Basic
|
Public ReadOnly Property OrientationData As Orientation3D
Get
|
Visual C++
|
public:
property Orientation3D^ OrientationData {
Orientation3D^ get ();
}
|
Property Value
Type: Orientation3D
See Also
ParticleEmitter Class
ParticleEmitter Members
DPSF Namespace
Send comments on this topic to
|