Skip to content

RectValueAsset

ScriptableObject that stores a shared Rect, editable in the Project window.

Namespace: Jungle.Spatial
Inherits: ValueAsset<Rect>

Overview

Create from Jungle / Spatial / Rect Value. Stores a single Rect. A companion RectListValueAsset stores a list.

Properties

Property Type Description
value Rect The stored rectangle (default: 0,0,1,1).

See Also