XRInterfaceExtension
Inherits: XRInterface < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
_end_frame ( ) virtual |
_get_anchor_detection_is_enabled ( ) virtual const |
|
_get_camera_feed_id ( ) virtual const |
|
_get_camera_transform ( ) virtual |
|
_get_capabilities ( ) virtual const |
|
_get_color_texture ( ) virtual |
|
_get_depth_texture ( ) virtual |
|
_get_name ( ) virtual const |
|
_get_play_area ( ) virtual const |
|
_get_play_area_mode ( ) virtual const |
|
_get_projection_for_view ( int view, float aspect, float z_near, float z_far ) virtual |
|
_get_render_target_size ( ) virtual |
|
_get_suggested_pose_names ( StringName tracker_name ) virtual const |
|
_get_suggested_tracker_names ( ) virtual const |
|
_get_system_info ( ) virtual const |
|
_get_tracking_status ( ) virtual const |
|
_get_transform_for_view ( int view, Transform3D cam_transform ) virtual |
|
_get_velocity_texture ( ) virtual |
|
_get_view_count ( ) virtual |
|
_get_vrs_texture ( ) virtual |
|
_initialize ( ) virtual |
|
_is_initialized ( ) virtual const |
|
void |
_post_draw_viewport ( RID render_target, Rect2 screen_rect ) virtual |
_pre_draw_viewport ( RID render_target ) virtual |
|
void |
_pre_render ( ) virtual |
void |
_process ( ) virtual |
void |
_set_anchor_detection_is_enabled ( bool enabled ) virtual |
_set_play_area_mode ( PlayAreaMode mode ) virtual const |
|
_supports_play_area_mode ( PlayAreaMode mode ) virtual const |
|
void |
_trigger_haptic_pulse ( String action_name, StringName tracker_name, float frequency, float amplitude, float duration_sec, float delay_sec ) virtual |
void |
_uninitialize ( ) virtual |
void |
add_blit ( RID render_target, Rect2 src_rect, Rect2i dst_rect, bool use_layer, int layer, bool apply_lens_distortion, Vector2 eye_center, float k1, float k2, float upscale, float aspect_ratio ) |
get_render_target_texture ( RID render_target ) |
|
Method Descriptions
void _end_frame ( ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _get_anchor_detection_is_enabled ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_camera_feed_id ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Transform3D _get_camera_transform ( ) virtual
There is currently no description for this method. Please help us by contributing one!
int _get_capabilities ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
RID _get_color_texture ( ) virtual
There is currently no description for this method. Please help us by contributing one!
RID _get_depth_texture ( ) virtual
There is currently no description for this method. Please help us by contributing one!
StringName _get_name ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
PackedVector3Array _get_play_area ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
PlayAreaMode _get_play_area_mode ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
PackedFloat64Array _get_projection_for_view ( int view, float aspect, float z_near, float z_far ) virtual
There is currently no description for this method. Please help us by contributing one!
Vector2 _get_render_target_size ( ) virtual
There is currently no description for this method. Please help us by contributing one!
PackedStringArray _get_suggested_pose_names ( StringName tracker_name ) virtual const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray _get_suggested_tracker_names ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Dictionary _get_system_info ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
TrackingStatus _get_tracking_status ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Transform3D _get_transform_for_view ( int view, Transform3D cam_transform ) virtual
There is currently no description for this method. Please help us by contributing one!
RID _get_velocity_texture ( ) virtual
There is currently no description for this method. Please help us by contributing one!
int _get_view_count ( ) virtual
There is currently no description for this method. Please help us by contributing one!
RID _get_vrs_texture ( ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _initialize ( ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _is_initialized ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _post_draw_viewport ( RID render_target, Rect2 screen_rect ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _pre_draw_viewport ( RID render_target ) virtual
There is currently no description for this method. Please help us by contributing one!
void _pre_render ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _process ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_anchor_detection_is_enabled ( bool enabled ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _set_play_area_mode ( PlayAreaMode mode ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _supports_play_area_mode ( PlayAreaMode mode ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _trigger_haptic_pulse ( String action_name, StringName tracker_name, float frequency, float amplitude, float duration_sec, float delay_sec ) virtual
There is currently no description for this method. Please help us by contributing one!
void _uninitialize ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void add_blit ( RID render_target, Rect2 src_rect, Rect2i dst_rect, bool use_layer, int layer, bool apply_lens_distortion, Vector2 eye_center, float k1, float k2, float upscale, float aspect_ratio )
There is currently no description for this method. Please help us by contributing one!
RID get_color_texture ( )
There is currently no description for this method. Please help us by contributing one!
RID get_depth_texture ( )
There is currently no description for this method. Please help us by contributing one!
RID get_render_target_texture ( RID render_target )
There is currently no description for this method. Please help us by contributing one!
RID get_velocity_texture ( )
There is currently no description for this method. Please help us by contributing one!