Astra SDK
v2.1.3
|
A Debug Hand Stream 更多...
#include <DebugHand.hpp>
Public 成员函数 | |
DebugHandStream (astra_streamconnection_t connection) | |
default constructs 更多... | |
void | set_view_type (DebugHandViewType view) |
set view type 更多... | |
void | set_use_mouse_probe (bool useMouseProbe) |
set is use mouse probe 更多... | |
void | set_mouse_position (Vector2f position) |
set mouse position 更多... | |
void | set_pause_input (bool pauseInput) |
set pause input 更多... | |
void | set_lock_spawn_point (bool lockSpawnPoint) |
set lock spawn point 更多... | |
DebugHandViewType | get_view_type () const |
get view type 更多... | |
Public 成员函数 继承自 astra::DataStream | |
DataStream (astra_streamconnection_t connection) | |
default constructs 更多... | |
bool | is_available () |
start stream 更多... | |
void | start () |
start stream | |
void | stop () |
stop stream | |
静态 Public 属性 | |
static const astra_stream_type_t | id = ASTRA_STREAM_DEBUG_HAND |
A Debug Hand Stream
A Debug Hand Stream. for debug use
|
inlineexplicit |
default constructs
[in] | connection |
|
inline |
get view type
|
inline |
set lock spawn point
[in] | lock | spawn point |
|
inline |
set mouse position
[in] | mouse | position |
|
inline |
set pause input
[in] | pause | input |
|
inline |
set is use mouse probe
[in] | is | use mouse probe |
|
inline |
set view type
[in] | Debug | Hand View Type |