Enum TextureOrientation
See Section 5.2 in https://registry.khronos.org/KTX/specs/2.0/ktxspec.v2.html#_ktxorientation
Namespace: KtxUnity
Syntax
[Flags]
public enum TextureOrientation
Fields
| Name | Description | Value |
|---|---|---|
| KtxDefault | KTX defaults to X=right Y=down Z=out |
0 |
| XLeft | If present X=left, else X=right |
1 |
| UnityDefault | Unity expects GPU textures to be X=right Y=up |
2 |
| YUp | If present Y=up, else Y=down |
2 |
| ZIn | If present Z=in, else Z=out |
4 |