Enum ToolMaterialFlag
Compiling flags that can be had by materials.
[Flags]
public enum ToolMaterialFlag
- Extension Methods
Fields
NoCollision = 32This surface has no collision.
NoDraw = 1This surface isn't drawn.
NoLightmapReceived = 16Lightmap UV space won't be allocated for this material.
NoShadowCast = 8Do not cast shadows e.g. when baking lightmaps.
None = 0None.
Occluder = 4This surface acts as a runtime occluder.
Origin = 2This is used to determine centres of brush entities.