Banuba SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
platform
desktop
player_api
bnb
player_api
interfaces
output
orientable.hpp
1
#pragma once
2
3
#include <bnb/types/base_types.hpp>
4
5
namespace
bnb::player_api
6
{
7
8
class
orientable
9
{
10
public
:
11
virtual
void
set_orientation(orientation orient,
bool
mirroring =
false
) = 0;
12
};
// class orientable
13
14
}
// namespace bnb::player_api
bnb::player_api::orientable
Definition
orientable.hpp:9
Generated by
1.17.0