TexturesGetterTEnumItem Property (TEnum) |
Get texture for enum state.
This is for textures that don't have different states, like mouse hover, down, or default.
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Texture2D this[
TEnum i
] { get; set; }
Parameters
- i
- Type: TEnum
Texture enum identifier.
Return Value
Type:
Texture2DLoaded texture.
See Also