Sandbox Logo

Graphics.LayerType

SceneLayerType LayerType { get; set; }

Description

The current layer type. This is useful to tell whether you're meant to be drawing opaque, transparent or shadow. You mainly don't need to think about this, but when you do, it's here.

Return

User Comments