Show / Hide Table of Contents

    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 Source

    name

    Declaration
    public string name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    type

    Declaration
    public RuntimeMaterialPropertyType type
    Field Value
    Type Description
    RuntimeMaterialPropertyType
    | Improve this Doc View Source

    value

    Declaration
    public object value
    Field Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    • 0 Comments