Enum MaterialUtils.MaterialType
Enum for some generic types of Materials.
public enum MaterialUtils.MaterialType
- Extension Methods
Fields
Cutout = 2
- Transparent pixels on the texture are not renderered. Useful for decals.
Opaque = 0
- Solid material with no transparency.
Transparent = 1
- See-through material.