Name | Type | Default | Description |
---|---|---|---|
type | number | 0 | optional |
start | number | 1 | optional |
end | number | 0 | optional |
Members
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.display.LoopConfig
フレーム移動の終了値を設定します。逆再生時はここで設定した値が開始フレームとなります。
Sets the end value of frame shift. For reverse playback,
the value set here is the start frame.- Default Value:
- 0
ループ設定の適用を開始するフレームの値、自動で設定されます。
The value of the frame at which to start applying the loop setting, set automatically.- Default Value:
- 1
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.display.LoopConfig
フレーム移動の開始値を設定します。逆再生時はここで設定した値が終了フレームとなります。
Sets the start value for frame shift. For reverse playback,
the value set here is the end frame.- Default Value:
- 1
LoopTypeクラスの固定値を利用して、ループのタイプを設定できます。
You can set the type of loop by using a fixed value in the LoopType class.- Default Value:
- 0
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class LoopConfig]
Returns:
Type Description string 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object LoopConfig]
Returns:
Type Description string