Show / Hide Table of Contents

    Struct RuntimeMaterialProperty

    The runtime material property.

    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.Core
    Assembly: Bayat.Core.Runtime.dll
    Syntax
    [Serializable]
    public struct RuntimeMaterialProperty

    Constructors

    | Improve this Doc View Source

    RuntimeMaterialProperty(String, RuntimeMaterialPropertyType)

    Declaration
    public RuntimeMaterialProperty(string name, RuntimeMaterialPropertyType type)
    Parameters
    Type Name Description
    System.String name
    RuntimeMaterialPropertyType type

    Properties

    | Improve this Doc View Source

    Name

    The property name.

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    The material property type.

    Declaration
    public readonly RuntimeMaterialPropertyType Type { get; }
    Property Value
    Type Description
    RuntimeMaterialPropertyType
    • Improve this Doc
    • View Source
    • 0 Comments