Struct TextureGroup
Represents a Texture Group, containing the TriLib and Unity Texture.
Inherited Members
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
public struct TextureGroup
Constructors
TextureGroup(Texture, Texture, ITexture)
Creates a new TextureGroup using the given parameters.
Declaration
public TextureGroup(Texture originalUnityTexture, Texture unityTexture, ITexture texture)
Parameters
| Type | Name | Description |
|---|---|---|
| Texture | originalUnityTexture | Original Unity Texture (without any processing). |
| Texture | unityTexture | Unity Texture (can be processed). |
| ITexture | texture | TriLib Texture. |
Fields
OriginalUnityTexture
Original Unity Texture (without any processing).
Declaration
public Texture OriginalUnityTexture
Field Value
| Type | Description |
|---|---|
| Texture |
Texture
TriLib Texture.
Declaration
public ITexture Texture
Field Value
| Type | Description |
|---|---|
| ITexture |
UnityTexture
Unity Texture (can be processed).
Declaration
public Texture UnityTexture
Field Value
| Type | Description |
|---|---|
| Texture |