DX9ToolsR4 - Created by: X

KeyScale3 Constructor (Int64, Vector3)

Creates a new instance of this object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Time As Long, _
   ByVal V As Vector3 _
)
[C#]
public KeyScale3(
   long Time,
   Vector3 V
);

Parameters

Time
Sets the Time value.
V
Sets the Scale value.

See Also

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