Packagejp.progression.casts.buttons
Classpublic class AnchorButton
InheritanceAnchorButton Inheritance jp.progression.core.casts.buttons.ButtonBase

AnchorButton クラスは、ポインティングデバイスの状態に応じたタイムラインアニメーションを再生させるボタンコンポーネントクラスです。

View the examples



Public Properties
 PropertyDefined By
  sceneId : SceneId
[override]
AnchorButton
Public Methods
 MethodDefined By
  
AnchorButton(initObject:Object = null)
新しい AnchorButton インスタンスを作成します。 Creates a new AnchorButton object.
AnchorButton
Property Detail
sceneIdproperty
sceneId:SceneId[override]


Implementation
    public function get sceneId():SceneId
    public function set sceneId(value:SceneId):void
Constructor Detail
AnchorButton()Constructor
public function AnchorButton(initObject:Object = null)

新しい AnchorButton インスタンスを作成します。 Creates a new AnchorButton object.

Parameters
initObject:Object (default = null)設定したいプロパティを含んだオブジェクトです。
Examples