InputAnimation.SetMarkerTime(Int32, Single) 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.
Change the time of the marker at the given index.
public:
void SetMarkerTime(int index, float time);
public void SetMarkerTime (int index, float time);
member this.SetMarkerTime : int * single -> unit
Public Sub SetMarkerTime (index As Integer, time As Single)
Parameters
- index
- Int32
- time
- Single