バージョン

menu_open
Wwise Unity Integration Documentation

Base class for the generic triggering mechanism for Wwise Integration. All Wwise components will use this mechanism to drive their behavior. Derive from this class to add your own triggering condition, as described in Wwiseイベントのトリガーを追加する [詳解]

MonoBehaviourを継承しています。

AkTriggerCollisionEnter, AkTriggerCollisionExit, AkTriggerDisable, AkTriggerEnable, AkTriggerEnter, AkTriggerExit, AkTriggerMouseDown, AkTriggerMouseEnter, AkTriggerMouseExit, AkTriggerMouseUpに継承されています。

公開メンバ関数

delegate void Trigger (UnityEngine.GameObject in_gameObject)
 Delegate declaration for all Wwise Triggers. [詳解]
 

公開変数類

Trigger triggerDelegate = null
 All components reacting to the trigger will be registered in this delegate. [詳解]
 

詳解

Base class for the generic triggering mechanism for Wwise Integration. All Wwise components will use this mechanism to drive their behavior. Derive from this class to add your own triggering condition, as described in Wwiseイベントのトリガーを追加する


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう