Namespace Unity.Tiny.Animation.Editor | Project Tiny | 0.21.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Namespace Unity.Tiny.Animation.Editor

    Classes

    AfterTinyAnimationConversion

    During conversion, Tiny Animation converts every assets it finds.

    If your conversion system depends on converted animation clips, add [UpdateAfter(typeof(AfterTinyAnimationConversion))] to it.

    AfterTinyAnimationDeclaration

    Before conversion, Tiny Animation will declare references to every assets it finds and to every assets they may refer to. For example: if an animation clip has a curve updating the sprite instance, all of the sprite assets on that curve will be declared as being referenced.

    If your conversion system depends on the asset references declared by Tiny Animation, add [UpdateAfter(typeof(AfterTinyAnimationDeclaration))] to it.

    AfterTinyAnimationResolution

    After conversion, Tiny Animation resolves the bindings found in the assets it has converted.

    If your conversion system depends on resolved animation bindings, add [UpdateAfter(typeof(AfterTinyAnimationResolution))] to it.

    BeforeTinyAnimationConversion

    During conversion, Tiny Animation converts every assets it finds.

    If your conversion system needs to run before animation clips are converted, add [UpdateBefore(typeof(BeforeTinyAnimationConversion))] to it.

    BeforeTinyAnimationDeclaration

    Before conversion, Tiny Animation will declare references to every assets it finds and to every assets they may refer to. For example: if an animation clip has a curve updating the sprite instance, all of the sprite assets on that curve will be declared as being referenced.

    If your conversion system would influence what Tiny Animation should depend on, add [UpdateBefore(typeof(BeforeTinyAnimationDeclaration))] to it.

    BeforeTinyAnimationResolution

    After conversion, Tiny Animation resolves the bindings found in the assets it has converted.

    If your conversion system needs to run before animation bindings are resolved, add [UpdateBefore(typeof(BeforeTinyAnimationResolution))] to it.

    BindingsStore

    Stores a map between authoring binding names (their "MonoBehaviour" name) and runtime binding names (their "ECS" name).

    Structs

    AnimatedAssetGrouping

    Identifies an entity as a container for an ordered list of references to assets found by Tiny Animation on a pPtr curve.

    AnimatedAssetGroupingRef

    AnimatedAssetReference

    Buffer containing references to the converted assets found on a pPtr curve by Tiny Animation.

    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