Texture
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Texture
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class Texture
Constructors
Texture()
public Texture()
Texture(Texture)
public Texture(Texture o)
Parameters
Type | Name | Description |
|---|---|---|
| Texture | o |
Fields
image
public uint image
Returns
Type | Description |
|---|---|
| uint |
channel
public int channel
Returns
Type | Description |
|---|---|
| int |
offset
public Point2 offset
Returns
Type | Description |
|---|---|
| Point2 |
tilling
public Point2 tilling
Returns
Type | Description |
|---|---|
| Point2 |