Show / Hide Table of Contents

    Class RuntimeMaterialProperties

    A wrapper for material properties.

    Inheritance
    System.Object
    RuntimeMaterialProperties
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Core
    Assembly: Bayat.Core.Runtime.dll
    Syntax
    [Serializable]
    public sealed class RuntimeMaterialProperties

    Properties

    | Improve this Doc View Source

    Name

    The material name.

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

    Properties

    The material properties.

    Declaration
    public List<RuntimeMaterialProperty> Properties { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<RuntimeMaterialProperty>
    • Improve this Doc
    • View Source
    • 0 Comments