StateVisualizer.SetKeyFrames(String, Int32) Method

Definition

Set the keyframes for a given animatable property.

public:
 void SetKeyFrames(System::String ^ stateName, int animationTargetIndex);
public void SetKeyFrames (string stateName, int animationTargetIndex);
member this.SetKeyFrames : string * int -> unit
Public Sub SetKeyFrames (stateName As String, animationTargetIndex As Integer)

Parameters

stateName
String

The name of the state container

animationTargetIndex
Int32

The index of the animation target game object

Applies to