Search Results for

    Show / Hide Table of Contents

    Class Asset

    Inheritance
    object
    Asset
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: glTFLoader.Schema
    Assembly: Evergine.Assets.dll
    Syntax
    public class Asset

    Properties

    Copyright

    A copyright message suitable for display to credit the content creator.

    Declaration
    [JsonProperty("copyright")]
    public string Copyright { get; set; }
    Property Value
    Type Description
    string

    Extensions

    Dictionary object with extension-specific objects.

    Declaration
    [JsonProperty("extensions")]
    public Dictionary<string, object> Extensions { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Extras

    Application-specific data.

    Declaration
    [JsonProperty("extras")]
    public Extras Extras { get; set; }
    Property Value
    Type Description
    Extras

    Generator

    Tool that generated this glTF model. Useful for debugging.

    Declaration
    [JsonProperty("generator")]
    public string Generator { get; set; }
    Property Value
    Type Description
    string

    MinVersion

    The minimum glTF version that this asset targets.

    Declaration
    [JsonProperty("minVersion")]
    public string MinVersion { get; set; }
    Property Value
    Type Description
    string

    Version

    The glTF version that this asset targets.

    Declaration
    [JsonRequired]
    [JsonProperty("version")]
    public string Version { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeCopyright()

    Declaration
    public bool ShouldSerializeCopyright()
    Returns
    Type Description
    bool

    ShouldSerializeExtensions()

    Declaration
    public bool ShouldSerializeExtensions()
    Returns
    Type Description
    bool

    ShouldSerializeExtras()

    Declaration
    public bool ShouldSerializeExtras()
    Returns
    Type Description
    bool

    ShouldSerializeGenerator()

    Declaration
    public bool ShouldSerializeGenerator()
    Returns
    Type Description
    bool

    ShouldSerializeMinVersion()

    Declaration
    public bool ShouldSerializeMinVersion()
    Returns
    Type Description
    bool

    ShouldSerializeVersion()

    Declaration
    public bool ShouldSerializeVersion()
    Returns
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX