Class MaterialPropertyAttribute
Inheritance
MaterialPropertyAttribute
Syntax
public class MaterialPropertyAttribute : Attribute
Constructors
Declaration
public MaterialPropertyAttribute(string materialPropertyName, MaterialPropertyFormat format, short overrideSizeGPU = null)
Parameters
Properties
Declaration
public MaterialPropertyFormat Format { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
OverrideSizeGPU
Declaration
public short OverrideSizeGPU { get; }
Property Value