Banuba SDK
Loading...
Searching...
No Matches
bnb::interfaces::eyes_state Struct Referencefinal

Public Member Functions

 eyes_state (bool is_open_left_, bool is_open_right_)
 

Public Attributes

bool is_open_left
 
bool is_open_right
 

Detailed Description

Definition at line 14 of file eyes_state.hpp.

Constructor & Destructor Documentation

◆ eyes_state()

bnb::interfaces::eyes_state::eyes_state ( bool is_open_left_,
bool is_open_right_ )
inline

Definition at line 18 of file eyes_state.hpp.

20 : is_open_left(std::move(is_open_left_))
21 , is_open_right(std::move(is_open_right_))
22 {}

Member Data Documentation

◆ is_open_left

bool bnb::interfaces::eyes_state::is_open_left

Definition at line 15 of file eyes_state.hpp.

◆ is_open_right

bool bnb::interfaces::eyes_state::is_open_right

Definition at line 16 of file eyes_state.hpp.


The documentation for this struct was generated from the following file: