docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NodeExtension

    Extension methods for Node

    Inheritance
    object
    NodeExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Gltfast
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast", "glTFast", null)]
    public static class NodeExtension

    Methods

    GetTransform(Node, out double3, out double4, out double3)

    Get translation, rotation and scale of a node, regardless of source properties

    Declaration
    public static void GetTransform(this Node node, out double3 position, out double4 rotation, out double3 scale)
    Parameters
    Type Name Description
    Node node

    Input node

    double3 position

    Node's translation

    double4 rotation

    Node's rotation

    double3 scale

    Node's scale

    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)