Packagehud
Classpublic class InteractionIndicator
InheritanceInteractionIndicator Inheritance BaseControl Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedCallEntity : Function
BaseControl
 Inheritedm_bounds : Rectangle
BaseControl
Public Methods
 MethodDefined By
  
InteractionIndicator
 Inherited
BaseControl
 Inherited
getContainer():Sprite
BaseControl
 Inherited
onAttached():void
BaseControl
 Inherited
BaseControl
 Inherited
onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
BaseControl
 Inherited
onMouseEnabled(_arg_1:Boolean):void
BaseControl
 Inherited
onSetConstrained(_arg_1:Boolean):void
BaseControl
  
onSetData(_arg_1:Object):void
InteractionIndicator
 Inherited
onSetSize(_arg_1:Number, _arg_2:Number):void
BaseControl
  
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
[override]
InteractionIndicator
 Inherited
onSetVisible(_arg_1:Boolean):void
BaseControl
  
setScaleFactor3D(_arg_1:Number):void
InteractionIndicator
 Inherited
BaseControl
Protected Methods
 MethodDefined By
 Inherited
getProperty(_arg_1:String):*
BaseControl
 Inherited
print(_arg_1:*):void
BaseControl
 Inherited
sendBounds(_arg_1:Rectangle):void
BaseControl
 Inherited
sendEvent(_arg_1:String):void
BaseControl
 Inherited
sendEventWithValue(_arg_1:String, _arg_2:*):void
BaseControl
Public Constants
 ConstantDefined By
  STATE_ACTIVATING : int = 2
[static]
InteractionIndicator
  STATE_AVAILABLE : int = 0
[static]
InteractionIndicator
  STATE_COLLAPSED : int = 1
[static]
InteractionIndicator
  STATE_NOTAVAILABLE : int = 3
[static]
InteractionIndicator
  TYPE_GUIDE : int = 5
[static]
InteractionIndicator
  TYPE_HOLD : int = 2
[static]
InteractionIndicator
  TYPE_HOLD_DOWN : int = 3
[static]
InteractionIndicator
  TYPE_PRESS : int = 1
[static]
InteractionIndicator
  TYPE_REPEAT : int = 4
[static]
InteractionIndicator
  TYPE_UNKNOWN : int = 0
[static]
InteractionIndicator
Constructor Detail
InteractionIndicator()Constructor
public function InteractionIndicator()



Method Detail
onSetData()method
public function onSetData(_arg_1:Object):void

Parameters

_arg_1:Object

onSetViewport()method 
override public function onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void

Parameters

_arg_1:Number
 
_arg_2:Number
 
_arg_3:Number

setScaleFactor3D()method 
public function setScaleFactor3D(_arg_1:Number):void

Parameters

_arg_1:Number

Constant Detail
STATE_ACTIVATINGConstant
public static const STATE_ACTIVATING:int = 2

STATE_AVAILABLEConstant 
public static const STATE_AVAILABLE:int = 0

STATE_COLLAPSEDConstant 
public static const STATE_COLLAPSED:int = 1

STATE_NOTAVAILABLEConstant 
public static const STATE_NOTAVAILABLE:int = 3

TYPE_GUIDEConstant 
public static const TYPE_GUIDE:int = 5

TYPE_HOLDConstant 
public static const TYPE_HOLD:int = 2

TYPE_HOLD_DOWNConstant 
public static const TYPE_HOLD_DOWN:int = 3

TYPE_PRESSConstant 
public static const TYPE_PRESS:int = 1

TYPE_REPEATConstant 
public static const TYPE_REPEAT:int = 4

TYPE_UNKNOWNConstant 
public static const TYPE_UNKNOWN:int = 0