PropertyValueType
No description
enum PropertyValueType {
string
number
boolean
vector2
vector3
unknown
}
Values
PropertyValueType.string
PropertyValueType.number
PropertyValueType.boolean
PropertyValueType.vector2
PropertyValueType.vector3
PropertyValueType.unknown
Member Of
ProjectProperty
object