Skip to content

Documentation / scene / RuntimeScriptValueType

Type Alias: RuntimeScriptValueType

RuntimeScriptValueType = Exclude<RuntimeScriptPropertyType, "object_array">

Defined in: libs/scene/src/app/runtimescript.ts:30

Runtime script property types that can be used as a single value or array element.

Released under the MIT License.