Class: LoopType

LoopType

LoopType クラスは、MovieClipのフレームヘッダーの移動方法を指定する定数値の列挙です。
これらの定数は、LoopConfigで利用されます。

The LoopType class is an enumeration of constant values
that specify how to move the frame header of a MovieClip,
These constants are used by LoopConfig.

new next2d.display.LoopType ()

Members

next2d.display.LoopType.FIXED staticconstant

ループ設定でフレームを固定する設定を指定します。
Specifies the setting for fixing frames in the loop setting.

Default Value:
  • 2

next2d.display.LoopType.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.display.LoopType

next2d.display.LoopType.NO_REPEAT staticconstant

ループ設定で再生ヘッダーが指定した最終フレームに到達するとフレームを固定する設定を指定します。
Specifies the setting to fix frames when the playback header reaches the specified final frame in the loop settings.

Default Value:
  • 1

next2d.display.LoopType.NO_REPEAT_REVERSAL staticconstant

ループ設定で再生ヘッダーが逆再生し、指定した開始フレームに到達するとフレームを固定する設定を指定します。
Specifies the setting where the playback header plays backwards in the loop setting
and fixes the frame when the specified start frame is reached.

Default Value:
  • 3

next2d.display.LoopType.REPEAT staticconstant

ループ設定でリピート再生を使用することを指定します。
Specifies that repeat playback should be used in the loop settings.

Default Value:
  • 0

next2d.display.LoopType.REPEAT_REVERSAL staticconstant

ループ設定でリピート逆再生を使用することを指定します。
Specifies the use of repeat reverse playback in the loop settings.

Default Value:
  • 4

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.display.LoopType

Methods

next2d.display.LoopType.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class LoopType]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object LoopType]
Returns:
TypeDescription
string