ARVRServer¶
Inherits: Object
Category: Core
Brief Description¶
Member Functions¶
void | add_interface ( ARVRInterface arg0 ) |
ARVRInterface | find_interface ( String name ) const |
ARVRInterface | get_interface ( int idx ) const |
int | get_interface_count ( ) const |
Transform | get_reference_frame ( ) const |
ARVRPositionalTracker | get_tracker ( int idx ) const |
int | get_tracker_count ( ) const |
float | get_world_scale ( ) const |
void | remove_interface ( ARVRInterface arg0 ) |
void | request_reference_frame ( bool ignore_tilt, bool keep_height ) |
void | set_primary_interface ( ARVRInterface arg0 ) |
void | set_world_scale ( float arg0 ) |
Signals¶
Numeric Constants¶
- TRACKER_CONTROLLER = 1
- TRACKER_BASESTATION = 2
- TRACKER_ANCHOR = 4
- TRACKER_UNKNOWN = 128
- TRACKER_ANY_KNOWN = 127
- TRACKER_ANY = 255
Member Function Description¶
- void add_interface ( ARVRInterface arg0 )
- ARVRInterface find_interface ( String name ) const
- ARVRInterface get_interface ( int idx ) const
- int get_interface_count ( ) const
- Transform get_reference_frame ( ) const
- ARVRPositionalTracker get_tracker ( int idx ) const
- int get_tracker_count ( ) const
- float get_world_scale ( ) const
- void remove_interface ( ARVRInterface arg0 )
- void set_primary_interface ( ARVRInterface arg0 )
- void set_world_scale ( float arg0 )