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 SourceRuntimeMaterialProperty(String, RuntimeMaterialPropertyType)
Declaration
public RuntimeMaterialProperty(string name, RuntimeMaterialPropertyType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
RuntimeMaterialPropertyType | type |
Properties
| Improve this Doc View SourceName
The property name.
Declaration
public readonly string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
The material property type.
Declaration
public readonly RuntimeMaterialPropertyType Type { get; }
Property Value
Type | Description |
---|---|
RuntimeMaterialPropertyType |