バージョン

menu_open
警告:あなたのメジャーリリース ( 2023.1.3.8471 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2023.1.3
AK.Wwise::ISourceControlProgress クラスabstract

#include <ISourceControlProgress.h>

公開型

enum  Severity { Severity_Info, Severity_Warning, Severity_Error }
 

公開メンバ関数

virtual void BeginOperation ()=0
 Creates and displays the progress dialog. [詳解]
 
virtual void AddLogMessage (Severity in_severity, LPCWSTR in_pszMessage)=0
 
virtual bool IsCanceled () const =0
 
virtual void Cancel ()=0
 
virtual void EndOperation (bool in_bWaitForOK=true)=0
 
virtual bool IsSilent () const =0
 
virtual bool IsAutoCheckout () const =0
 
virtual bool IsAutoAdd () const =0
 
virtual LPCWSTR GetCommitMessage () const =0
 

詳解

Wwise progress dialog interface. This interface is given by AK::Wwise::ISourceControlUtilities. You can use this interface to display a simple progress dialog while performing operations.

警告: The functions in this interface are not thread-safe, unless stated otherwise.
参照

ISourceControlProgress.h48 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう