StateVisualizer.RemoveKeyFrames(String, Int32, String) Method

Definition

Remove previously set keyframes.

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

Parameters

stateName
String

The name of the state container

animationTargetIndex
Int32

The index of the animation target game object

animatablePropertyName
String

The name of the animatable property

Applies to