Skip to content

IUIWorldComponent.CullWhenOffScreen Property

Definition

Namespace: Brine2D.UI

Hides the component when its projected position falls outside the viewport. Defaults to true.

C#
bool CullWhenOffScreen { get; set; }

Property Value

System.Boolean