pub fn get_position(
    game_obj: AkGameObjectID
) -> Result<AkSoundPosition, AkResult>
Expand description

Get the position of a game object.

Return AkResult::AK_Success if succeeded, or AkResult::AK_IDNotFound if the game object was not registered