Enum LoopMode
どのようにループ再生をするか
Namespace: NovelEditor
Assembly: rirunee.NovelEditor.Runtime.dll
Syntax
public enum LoopMode
Fields
Name | Description |
---|---|
Count | サウンドを指定した回数再生します |
Endless | 再生停止を設定するまでサウンドを再生し続けます |
Second | サウンドを指定した秒数再生します |