docs.unity3d.com
    Show / Hide Table of Contents

    Class GltfAnimation

    Inheritance
    Object
    NamedObject
    GltfAnimation
    Inherited Members
    NamedObject.name
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GLTFast.Schema
    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[]
    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