docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InstancesAttributes

    Per-instance attributes collection

    Inheritance
    object
    InstancesAttributes
    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.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    public class InstancesAttributes

    Properties

    Rotation

    Instance rotations accessor index

    Declaration
    [JsonPropertyName("ROTATION")]
    public int? Rotation { get; set; }
    Property Value
    Type Description
    int?

    Scale

    Instance scales accessor index

    Declaration
    [JsonPropertyName("SCALE")]
    public int? Scale { get; set; }
    Property Value
    Type Description
    int?

    Translation

    Instance positions accessor index

    Declaration
    [JsonPropertyName("TRANSLATION")]
    public int? Translation { get; set; }
    Property Value
    Type Description
    int?
    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)