Interface IProceduralAnnotationsGenerator | Kinematica | 0.7.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023