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 SourceName
The material name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Properties
The material properties.
Declaration
public List<RuntimeMaterialProperty> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RuntimeMaterialProperty> |