Struct CompoundTextureKey
Represents a Texture key containing the Texture and it's type.
Assembly: TriLibCore.dll
Syntax
public struct CompoundTextureKey : IEquatable<CompoundTextureKey>
Constructors
CompoundTextureKey(ITexture, TextureType)
Declaration
public CompoundTextureKey(ITexture texture, TextureType type)
Parameters
Fields
Texture
Declaration
Field Value
Type
Declaration
Field Value
Properties
ResolvedFilename
Declaration
public string ResolvedFilename { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Equals(CompoundTextureKey)
Declaration
public bool Equals(CompoundTextureKey other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods