PlayableDirector.ClearReferenceValue(PropertyName id)
Clears an exposed reference value.
Parameters:
Name | Type | Description |
---|---|---|
id | PropertyName | Identifier of the ExposedReference. |
Usage
---@type PlayableDirector
local playabledirector;
---@type PropertyName
local id;
playabledirector.ClearReferenceValue(id)