LayerMaskValueAsset¶
ScriptableObject that stores a shared LayerMask value, editable in the Project window.
Namespace: Jungle.Spatial
Inherits: ValueAsset<LayerMask>
Overview¶
Create from Jungle / Spatial / LayerMask Value. Stores a LayerMask that can be shared across raycasts, physics queries, and other layer-aware systems. A companion LayerMaskListValueAsset stores a list.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | LayerMask |
The stored layer mask. |