Skip to content

BoundsValueAsset

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

Namespace: Jungle.Spatial
Inherits: ValueAsset<Bounds>

Overview

Create from Jungle / Spatial / Bounds Value. Stores a single Bounds. A companion BoundsListValueAsset stores a list.

Properties

Property Type Description
value Bounds The stored bounds (default center: zero, size: one).

See Also