docs.unity3d.com
    Show / Hide Table of Contents

    Class Node

    An object defining the hierarchy relations and the local transform of its content.

    Inheritance
    Object
    NamedObject
    Node
    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 Node : NamedObject

    Fields

    camera

    Camera index

    Declaration
    public int camera
    Field Value
    Type Description
    Int32

    children

    The indices of this node's children.

    Declaration
    public uint[] children
    Field Value
    Type Description
    UInt32[]

    extensions

    Declaration
    public NodeExtensions extensions
    Field Value
    Type Description
    NodeExtensions

    matrix

    A floating-point 4x4 transformation matrix stored in column-major order.

    Declaration
    public float[] matrix
    Field Value
    Type Description
    Single[]

    mesh

    The index of the mesh in this node.

    Declaration
    public int mesh
    Field Value
    Type Description
    Int32

    rotation

    The node's unit quaternion rotation in the order (x, y, z, w), where w is the scalar.

    Declaration
    public float[] rotation
    Field Value
    Type Description
    Single[]

    scale

    The node's non-uniform scale.

    Declaration
    public float[] scale
    Field Value
    Type Description
    Single[]

    skin

    Declaration
    public int skin
    Field Value
    Type Description
    Int32

    translation

    The node's translation.

    Declaration
    public float[] translation
    Field Value
    Type Description
    Single[]

    Extension Methods

    NodeExtension.GetTransform(Node, out Vector3, out Quaternion, out Vector3)
    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