docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GltfAnimation

    Inheritance
    object
    NamedObject
    GltfAnimation
    Inherited Members
    NamedObject.name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    [Serializable]
    public class GltfAnimation : NamedObject

    Fields

    channels

    An array of channels, each of which targets an animation's sampler at a node's property. Different channels of the same animation can't have equal targets.

    Declaration
    public AnimationChannel[] channels
    Field Value
    Type Description
    AnimationChannel[]

    samplers

    An array of samplers that combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).

    Declaration
    public AnimationSampler[] samplers
    Field Value
    Type Description
    AnimationSampler[]
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)