TriLib
Search Results for

    Show / Hide Table of Contents

    Struct CompoundTextureKey

    Represents a Texture key containing the Texture and it's type.

    Implements
    IEquatable<CompoundTextureKey>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TriLibCore.General
    Assembly: TriLibCore.dll
    Syntax
    public struct CompoundTextureKey : IEquatable<CompoundTextureKey>

    Constructors

    CompoundTextureKey(ITexture, TextureType)

    Declaration
    public CompoundTextureKey(ITexture texture, TextureType type)
    Parameters
    Type Name Description
    ITexture texture
    TextureType type

    Fields

    Texture

    Declaration
    public ITexture Texture
    Field Value
    Type Description
    ITexture

    Type

    Declaration
    public TextureType Type
    Field Value
    Type Description
    TextureType

    Properties

    ResolvedFilename

    Declaration
    public string ResolvedFilename { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    Equals(CompoundTextureKey)

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

    GetHashCode()

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

    Implements

    IEquatable<T>

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX