Enum MaterialType
Represents the type of a material.
public enum MaterialType : byte
Fields
Default = 1Indicates that the default material is applied.
None = 0Indicates that no material is applied.
Text = 2Indicates that a text material is applied.