ClearReferenceValue
7/14/25Less than 1 minute
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)
