Texture
Class
Read time 1 minuteLast updated 19 hours ago
Inheritance
- object
- Texture
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class Texture
Constructors
Texture()
public Texture()
Texture(Texture)
Parameterspublic Texture(Texture o)
Type | Name | Description |
|---|---|---|
| Texture | o |
Fields
image
Returnspublic uint image
Type | Description |
|---|---|
| uint |
channel
Returnspublic int channel
Type | Description |
|---|---|
| int |
offset
Returnspublic Point2 offset
Type | Description |
|---|---|
| Point2 |
tilling
Returnspublic Point2 tilling
Type | Description |
|---|---|
| Point2 |