Skip to content

Documentation / scene / RuntimeScriptPropertyType

Type Alias: RuntimeScriptPropertyType

RuntimeScriptPropertyType = "bool" | "int" | "float" | "int2" | "int3" | "int4" | "vec2" | "vec3" | "vec4" | "rgb" | "rgba" | "string" | "asset" | "node" | "object_array"

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

Supported serialized field types for runtime script parameters.

Released under the MIT License.