KeyframedAnimationSet.GetScaleKey Method |
Language: |
Retrieves scale information for a specific key frame in the animation set.
Visual Basic .NET Public Function GetScaleKey( _
ByVal animation As Integer, _
ByVal key As Integer _
) As KeyVector3C# public KeyVector3 GetScaleKey(
int animation,
int key
);Managed C++ public: KeyVector3 GetScaleKey(
int animation,
int key
);JScript .NET public function GetScaleKey(
animation : int,
key : int
) : KeyVector3;
animation System.Int32. An integer that represents the animation index. key System.Int32. An integer that represents the animation key frame.
Microsoft.DirectX.Direct3D.KeyVector3 . A KeyVector3 object that contains the key frame's scale data.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.