StateVisualizer.RemoveKeyFrames(String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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