DX9ToolsR4 - Created by: X

KeyPRS3 Constructor (Int64, Vector3, Vector3, Vector3)

Creates a new instance of this object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Time As Long, _
   ByVal Position As Vector3, _
   ByVal Rotation As Vector3, _
   ByVal Scale As Vector3 _
)
[C#]
public KeyPRS3(
   long Time,
   Vector3 Position,
   Vector3 Rotation,
   Vector3 Scale
);

Parameters

Time
Sets the Time value.
Position
Sets the Position value.
Rotation
Sets the Rotation value.
Scale
Sets the Scale value.

See Also

KeyPRS3 Class | CBX.Libs.DX9ToolsR4.Animation Namespace | KeyPRS3 Constructor Overload List