Struct MaterialConverter.JsonSerializedMaterialProperty
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Bayat.Json.Converters
Assembly: Bayat.Json.Runtime.dll
Syntax
[Serializable]
public struct JsonSerializedMaterialProperty
Fields
| Improve this Doc View Sourcename
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
type
Declaration
public RuntimeMaterialPropertyType type
Field Value
Type | Description |
---|---|
RuntimeMaterialPropertyType |
value
Declaration
public object value
Field Value
Type | Description |
---|---|
System.Object |