Search Results for

    Show / Hide Table of Contents

    Class MaterialOcclusionTextureInfo

    Inheritance
    object
    MaterialOcclusionTextureInfo
    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 MaterialOcclusionTextureInfo

    Properties

    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

    Index

    The index of the texture.

    Declaration
    [JsonRequired]
    [JsonProperty("index")]
    public int Index { get; set; }
    Property Value
    Type Description
    int

    Strength

    A scalar multiplier controlling the amount of occlusion applied.

    Declaration
    [JsonProperty("strength")]
    public float Strength { get; set; }
    Property Value
    Type Description
    float

    TexCoord

    The set index of texture's TEXCOORD attribute used for texture coordinate mapping.

    Declaration
    [JsonProperty("texCoord")]
    public int TexCoord { get; set; }
    Property Value
    Type Description
    int

    Methods

    ShouldSerializeExtensions()

    Declaration
    public bool ShouldSerializeExtensions()
    Returns
    Type Description
    bool

    ShouldSerializeExtras()

    Declaration
    public bool ShouldSerializeExtras()
    Returns
    Type Description
    bool

    ShouldSerializeStrength()

    Declaration
    public bool ShouldSerializeStrength()
    Returns
    Type Description
    bool

    ShouldSerializeTexCoord()

    Declaration
    public bool ShouldSerializeTexCoord()
    Returns
    Type Description
    bool

    Extension Methods

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