Enum TextureChangedEnum
This enum describes if a Texture has been disposed or if the texture's region changed. Used inside the TextureManager./>.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum TextureChangedEnum
Fields
Name | Description |
---|---|
Disposed | The texture has been disposed. |
FilterModeChanged | The texture's TextureFilterMode has changed. |
RegionChanged | The texture's region has changed |
WrapModeChanged | The texture's TextureWrapMode has changed. |