ShapeTypeEnumUnreal

enum xrfeitoria.data_structure.constants.ShapeTypeEnumUnreal(value)[source]

Shape type enum of Unreal.

Member Type:

str

Valid values are as follows:

cone = <ShapeTypeEnumUnreal.cone: 'cone'>
cube = <ShapeTypeEnumUnreal.cube: 'cube'>
cylinder = <ShapeTypeEnumUnreal.cylinder: 'cylinder'>
plane = <ShapeTypeEnumUnreal.plane: 'plane'>
sphere = <ShapeTypeEnumUnreal.sphere: 'sphere'>