Name | Type | Description |
---|---|---|
name | string | |
frame | number |
Example
Example usage of FrameLabel.
// static BlendMode
const {FrameLabel} = next2d.display;
const frameLabel = new FrameLabel();
frameLabel.addEventListener(Event.FRAME_LABEL, (event) =>
{
// more...
}
Extends
- EventDispatcher
Members
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.display.FrameLabel
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.display.FrameLabel
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class FrameLabel]
Returns:
Type Description string ラベルを含むフレームの番号。
The frame number containing the label.Returns:
Type Description number ラベルの名前。
The name of the label.Returns:
Type Description string 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.- Default Value:
- [object FrameLabel]
Returns:
Type Description string