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