Class: InteractiveObject

InteractiveObject

InteractiveObject クラスは、マウス、キーボードまたは他のユーザー入力デバイスを使用して
ユーザーが操作できるすべての表示オブジェクトの抽象基本クラスです。

The InteractiveObject class is the abstract base class for all display objects
with which the user can interact, using the mouse, keyboard, or other user input device.

new next2d.display.InteractiveObject ()

Extends

  • DisplayObject

Members

next2d.display.InteractiveObject.namespace staticconstant

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

Default Value:
  • next2d.display.InteractiveObject

mouseEnabled boolean

このオブジェクトでマウスまたはその他のユーザー入力メッセージを
受け取るかどうかを指定します。
Specifies whether this object receives mouse,
or other user input, messages.

Default Value:
  • true

namespace constant

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

Default Value:
  • next2d.display.InteractiveObject

Methods

next2d.display.InteractiveObject.toString ()string static

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

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

toString ()string

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

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