Skip to main content

PlayableDirector.ClearReferenceValue(PropertyName id)

Clears an exposed reference value.

Parameters:

NameTypeDescription
idPropertyNameIdentifier of the ExposedReference.

Usage

---@type PlayableDirector
local playabledirector;

---@type PropertyName
local id;


playabledirector.ClearReferenceValue(id)