docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MeshExtras

    Application-specific data for meshes

    Inheritance
    object
    AdditionalPropertyContainer
    ExtrasContainer
    MeshExtras
    Implements
    IPropertyContainer
    IReadOnlyPropertyContainer
    Inherited Members
    ExtrasContainer.Kind
    ExtrasContainer.RawValue
    ExtrasContainer.Set<T>(string, T)
    ExtrasContainer.Clear()
    AdditionalPropertyContainer.Count
    AdditionalPropertyContainer.ContainsKey(string)
    AdditionalPropertyContainer.Keys
    AdditionalPropertyContainer.this[string]
    AdditionalPropertyContainer.Remove(string)
    AdditionalPropertyContainer.GetEnumerator()
    AdditionalPropertyContainer.TryGetValue<T>(string, out T)
    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 class MeshExtras : ExtrasContainer, IPropertyContainer, IReadOnlyPropertyContainer

    Properties

    TargetNames

    Morph targets' names

    Declaration
    [JsonPropertyName("targetNames")]
    public List<string> TargetNames { get; set; }
    Property Value
    Type Description
    List<string>
    Remarks

    Setting this turns the extras into a JSON object, discarding a non-object RawValue.

    Implements

    IPropertyContainer
    IReadOnlyPropertyContainer
    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)