Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Struct RenderEntitySettings

    Implements
    IEquatable<RenderEntitySettings>
    IComparable<RenderEntitySettings>
    Inherited Members
    ValueType.Equals(object)
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Fwt.Core.RenderEntities
    Assembly: fwt.core.dll
    Syntax
    public struct RenderEntitySettings : IEquatable<RenderEntitySettings>, IComparable<RenderEntitySettings>

    Fields

    Layer

    Declaration
    public int Layer
    Field Value
    Type Description
    int

    MaterialIndex

    Declaration
    public int MaterialIndex
    Field Value
    Type Description
    int

    MeshIndex

    Declaration
    public int MeshIndex
    Field Value
    Type Description
    int

    PropertyBlockIndex

    Declaration
    public int PropertyBlockIndex
    Field Value
    Type Description
    int

    ReceiveShadows

    Declaration
    public bool ReceiveShadows
    Field Value
    Type Description
    bool

    ShadowMode

    Declaration
    public ShadowCastingMode ShadowMode
    Field Value
    Type Description
    ShadowCastingMode

    SubmeshIndex

    Declaration
    public int SubmeshIndex
    Field Value
    Type Description
    int

    Methods

    CompareTo(RenderEntitySettings)

    Declaration
    public int CompareTo(RenderEntitySettings other)
    Parameters
    Type Name Description
    RenderEntitySettings other
    Returns
    Type Description
    int

    Equals(RenderEntitySettings)

    Declaration
    public bool Equals(RenderEntitySettings other)
    Parameters
    Type Name Description
    RenderEntitySettings other
    Returns
    Type Description
    bool

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    IComparable<T>

    Extension Methods

    HashExtensions.GetHashCode_ValueType<TValue>(TValue, int)
    HashExtensions.GetHashCode_ValueType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX