Class MaterialProperty<T>
Namespace: Unity.MaterialSwitch
Syntax
public class MaterialProperty<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
baseValue
Declaration
public T baseValue
Field Value
| Type | Description |
|---|---|
| T |
displayName
Declaration
public string displayName
Field Value
| Type | Description |
|---|---|
| String |
overrideBaseValue
Declaration
public bool overrideBaseValue
Field Value
| Type | Description |
|---|---|
| Boolean |
propertyId
Declaration
public int propertyId
Field Value
| Type | Description |
|---|---|
| Int32 |
propertyName
Declaration
public string propertyName
Field Value
| Type | Description |
|---|---|
| String |
targetValue
Declaration
public T targetValue
Field Value
| Type | Description |
|---|---|
| T |