DX9ToolsR4 - Created by: X

KeyPRS3 Constructor (Vector3, Vector3, Vector3)

Creates a new instance of this object.

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

Parameters

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