Class ProceduralAnnotations
Annotations that can be procedurally created by user from animation clip (animation events in clip, automatic foot step generation...)
Inheritance
ProceduralAnnotations
Syntax
public class ProceduralAnnotations
Methods
CreateMarker<T>(T, Single)
Declaration
public void CreateMarker<T>(T markerPayload, float timeInSeconds)
where T : struct
Parameters
Type |
Name |
Description |
T |
markerPayload |
|
Single |
timeInSeconds |
|
Type Parameters
CreateTag<T>(T, Single, Single)
Declaration
public void CreateTag<T>(T tagPayload, float starTimeInSeconds, float durationInSeconds)
where T : struct
Parameters
Type |
Name |
Description |
T |
tagPayload |
|
Single |
starTimeInSeconds |
|
Single |
durationInSeconds |
|
Type Parameters