Skip to main content

PlayableDirector.SetReferenceValue(PropertyName id, Object value)

Sets an ExposedReference value.

Parameters:

NameTypeDescription
idPropertyNameIdentifier of the ExposedReference.
valueObjectThe object to bind to set the reference value to.

Usage

---@type PlayableDirector
local playabledirector;

---@type PropertyName
local id;

---@type Object
local value;


playabledirector.SetReferenceValue(id, value)