docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NamedObject

    Base class for anything with a name property

    Inheritance
    object
    NamedObject
    Accessor
    Animation
    Buffer
    BufferView
    Camera
    Image
    LightPunctual
    Material
    MaterialsVariant
    Mesh
    Node
    Sampler
    Scene
    Skin
    Texture
    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
    [MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
    public abstract class NamedObject

    Properties

    Name

    Object's name

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    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)