Skip to content

UIWorldLabel.CullWhenOffScreen Property

Definition

Namespace: Brine2D.UI

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

C#
public bool CullWhenOffScreen { get; set; }

Implements CullWhenOffScreen

Property Value

System.Boolean