Interface IProceduralAnnotationsGenerator
Interface to generate annotations (markers and tags) from animation clip (animation events in clip, automatic foot step generation...)
Namespace: Unity.Kinematica.Editor.Experimental
Assembly: solution.dll
Syntax
public interface IProceduralAnnotationsGenerator
Properties
Name | Description |
---|---|
DoesGenerateAtBuildTime | Indicate if the generation must occur at build time or not. If false, the generator is available as a right-click option in the Builder window and the generated annotations will be visible in builder timeline. If true, generation will happen at build time and generated annotations will be kept hidden in the builder. |
Methods
Name | Description |
---|---|
GenerateAnnotations(AnimationClip, ProceduralAnnotations) | Generate annotations from |