Skip to content

TransformValueAsset

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

Namespace: Jungle.Spatial
Inherits: ValueAsset<Transform>

Overview

Create from Jungle / Spatial / Transform Value. Stores a Transform reference that multiple components can share across the project. A companion TransformListValueAsset stores a list.

Properties

Property Type Description
value Transform The stored Transform reference.

See Also