Wwise SDK 2019.2.15
|
Base type for ID's used by Wwise spatial audio.
更多...
Public 成员函数 | |
AkSpatialAudioID () | |
Default constructor. Creates an invalid ID. 更多... |
|
AkSpatialAudioID (AkUInt64 _id) | |
Construct from a 64-bit int. 更多... |
|
AkSpatialAudioID (const void *ptr) | |
Conversion from a pointer to a AkSpatialAudioID 更多... |
|
bool | operator== (AkSpatialAudioID rhs) const |
bool | operator!= (AkSpatialAudioID rhs) const |
bool | operator< (AkSpatialAudioID rhs) const |
bool | operator> (AkSpatialAudioID rhs) const |
bool | operator<= (AkSpatialAudioID rhs) const |
bool | operator>= (AkSpatialAudioID rhs) const |
bool | IsValid () const |
Determine if this ID is valid. 更多... |
|
AkGameObjectID | AsGameObjectID () const |
Conversion function used internally to convert from a AkSpatialAudioID to a AkGameObjectID. 更多... |
|
operator AkUInt64 () | |
Public 属性 | |
AkUInt64 | id |
Base type for ID's used by Wwise spatial audio.
在文件 AkSpatialAudioTypes.h 第 99 行定义.