Struct ColorOrTexture
Inherited Members
Namespace: UnityEngine.Pixyz.Material
Syntax
[Serializable]
public struct ColorOrTexture
Fields
_type
Declaration
public ColorOrTexture.Type _type
Field Value
Type | Description |
---|---|
ColorOrTexture.Type |
color
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
texture
Declaration
public Texture texture
Field Value
Type | Description |
---|---|
Texture |