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
Syntax
public interface IProceduralAnnotationsGenerator
Properties
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.
Declaration
bool DoesGenerateAtBuildTime { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
GenerateAnnotations(AnimationClip, ProceduralAnnotations)
Generate annotations from clip
and add them to annotations
Declaration
void GenerateAnnotations(AnimationClip clip, ProceduralAnnotations annotations)
Parameters
Type | Name | Description |
---|---|---|
AnimationClip | clip | |
ProceduralAnnotations | annotations |