Skip to content

GameObjectValueReference

A reactive value holder for a GameObject reference.

Namespace: Jungle.Core
Inherits: ValueReference<GameObject, ISettableGameObjectValue>MonoBehaviour

Overview

GameObjectValueReference holds a single GameObject reference and fires on-change processes whenever the value is updated. Use it to create reactive bindings — when the referenced GameObject changes, connected systems respond automatically.

See Also