Skip to content

Documentation / scene / PropertyType

Type Alias: PropertyType

PropertyType = string

Defined in: libs/scene/src/utility/serialization/types.ts:11

Enumerates supported data types for serializable properties.

This type informs serializers/editors how to interpret and encode values. 'bool'|'int'|'float'|'vec2'|'vec3'|'vec4'|'int2'|'int3'|'int4'|'string'|'rgb'|'rgba'|'object'|'object_array'|'embedded'|'command';

Released under the MIT License.