リスナーインターフェース
More...
#include <IListener.h>
virtual Mix::Sound::IListener::~IListener |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
virtual const Mix::Vector3& Mix::Sound::IListener::GetLocalFront |
( |
void |
| ) |
const |
|
pure virtual |
ローカルの前方ベクトルを取得します
- Returns
- ローカルの前方ベクトルを表す Mix::Vector3 クラスを返します
virtual const Mix::Vector3& Mix::Sound::IListener::GetLocalUp |
( |
void |
| ) |
const |
|
pure virtual |
ローカルの上方ベクトルを取得します
- Returns
- ローカルの上方ベクトルを表す Mix::Vector3 クラスを返します
virtual const Mix::Vector3& Mix::Sound::IListener::GetWorldFront |
( |
void |
| ) |
const |
|
pure virtual |
ワールドの前方ベクトルを取得します
- Returns
- ワールドの前方ベクトルを表す Mix::Vector3 クラスを返します
virtual const Mix::Vector3& Mix::Sound::IListener::GetWorldUp |
( |
void |
| ) |
const |
|
pure virtual |
ワールドの上方ベクトルを取得します
- Returns
- ワールドの上方ベクトルを表す Mix::Vector3 クラスを返します
virtual const Mix::Matrix4x4& Mix::Sound::IListener::GetWorldMatrix |
( |
void |
| ) |
const |
|
pure virtual |
virtual void Mix::Sound::IListener::SetWorldMatrix |
( |
const Mix::Matrix4x4 & |
mat | ) |
|
|
pure virtual |
virtual const Mix::Vector3& Mix::Sound::IListener::GetVelocity |
( |
void |
| ) |
const |
|
pure virtual |
virtual void Mix::Sound::IListener::SetVelocity |
( |
const Mix::Vector3 & |
velocity | ) |
|
|
pure virtual |
毎秒の移動速度を設定します
- Parameters
-
- Note
- ドップラー効果に影響を与えます。
The documentation for this class was generated from the following file: