playbackOptions [-animationEndTime time] [-animationStartTime time] [-blockingAnim boolean] [-by float] [-disable boolean] [-framesPerSecond] [-loop string] [-maxPlaybackSpeed float] [-maxTime time] [-minTime time] [-playbackSpeed float] [-selectionEndTime time] [-selectionStartTime time] [-selectionVisible boolean] [-stepKeyLoop boolean] [-stepLoop boolean] [-view string]
playbackOptions は、取り消し可能、照会可能、および編集可能です。
ループ スタイル、開始時間、終了時間など、再生に関連する特定値の設定か照会を行います。-minTime/maxTime、-animationStartTime/animationEndTime、-selectionStartTime/selectionEndTime/selectionVisible、または -by の値を修正するコマンドのみ元に戻すことができます。| string | または float 編集済みオプションの照会。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-animationEndTime(-aet)
|
time
|
|
||
|
||||
-animationStartTime(-ast)
|
time
|
|
||
|
||||
-blockingAnim(-ba)
|
boolean
|
|
||
|
||||
-by(-by)
|
float
|
|
||
|
||||
-disable(-dsb) 2027
|
boolean
|
|
||
|
||||
-framesPerSecond(-fps)
|
|
|
||
|
||||
-loop(-l)
|
string
|
|
||
|
||||
-maxPlaybackSpeed(-mps)
|
float
|
|
||
|
||||
-maxTime(-max)
|
time
|
|
||
|
||||
-minTime(-min)
|
time
|
|
||
|
||||
-playbackSpeed(-ps)
|
float
|
|
||
|
||||
-selectionEndTime(-set)
|
time
|
|
||
|
||||
-selectionStartTime(-sst)
|
time
|
|
||
|
||||
-selectionVisible(-sv)
|
boolean
|
|
||
|
||||
-stepKeyLoop(-skl)
|
boolean
|
|
||
|
||||
-stepLoop(-slp)
|
boolean
|
|
||
|
||||
-view(-v)
|
string
|
|
||
|
||||
playbackOptions -loop continuous; playbackOptions -minTime 0sec -maxTime 1sec; playbackOptions -selectionStartTime 0sec -selectionEndTime 1sec; playbackOptions -selectionVisible 0; // Playback every 2nd frame // playbackOptions -by 2;