Struct MaterialOverrideAsset.OverrideData
Namespace: Global Namespace
Syntax
[Serializable]
public struct OverrideData
Fields
displayName
Declaration
public string displayName
Field Value
| Type | Description |
|---|---|
| String |
instanceOverride
Declaration
public bool instanceOverride
Field Value
| Type | Description |
|---|---|
| Boolean |
materialName
Declaration
public string materialName
Field Value
| Type | Description |
|---|---|
| String |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
shaderName
Declaration
public string shaderName
Field Value
| Type | Description |
|---|---|
| String |
type
Declaration
public ShaderPropertyType type
Field Value
| Type | Description |
|---|---|
| ShaderPropertyType |
value
Declaration
public Vector4 value
Field Value
| Type | Description |
|---|---|
| Vector4 |