| Package | sandy.events |
| Class | public class SandyEvent |
| Inheritance | SandyEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
SandyEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| SandyEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTAINER_CREATED : String = "containerCreated" [static]
Defines the value of the
type property of a containerCreated event object. | SandyEvent | ||
| LIGHT_ADDED : String = "lightAdded" [static]
Defines the value of the
type property of a lightAdded event object. | SandyEvent | ||
| LIGHT_COLOR_CHANGED : String = "lightColorChanged" [static]
Defines the value of the
type property of a lightColorChanged event object. | SandyEvent | ||
| LIGHT_UPDATED : String = "lightUpdated" [static]
Defines the value of the
type property of a lightUpdated event object. | SandyEvent | ||
| QUEUE_COMPLETE : String = "queueComplete" [static]
Defines the value of the
type property of a queueComplete event object. | SandyEvent | ||
| QUEUE_LOADER_ERROR : String = "queueLoaderError" [static]
Defines the value of the
type property of a queueLoaderError event object. | SandyEvent | ||
| SCENE_CULL : String = "scene_cull" [static]
Defines the value of the
type property of a scene_cull event object. | SandyEvent | ||
| SCENE_RENDER : String = "scene_render" [static]
Defines the value of the
type property of a scene_render event object. | SandyEvent | ||
| SCENE_RENDER_DISPLAYLIST : String = "scene_render_display_list" [static]
Defines the value of the
type property of a scene_render_display_list event object. | SandyEvent | ||
| SCENE_UPDATE : String = "scene_update" [static]
Defines the value of the
type property of a scene_update event object. | SandyEvent | ||
| SandyEvent | () | constructor |
public function SandyEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
|
|
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
|
| CONTAINER_CREATED | constant |
public static const CONTAINER_CREATED:String = "containerCreated"
Defines the value of the type property of a containerCreated event object.
Not in use?
See also
| LIGHT_ADDED | constant |
public static const LIGHT_ADDED:String = "lightAdded"
Defines the value of the type property of a lightAdded event object.
See also
| LIGHT_COLOR_CHANGED | constant |
public static const LIGHT_COLOR_CHANGED:String = "lightColorChanged"
Defines the value of the type property of a lightColorChanged event object.
See also
| LIGHT_UPDATED | constant |
public static const LIGHT_UPDATED:String = "lightUpdated"
Defines the value of the type property of a lightUpdated event object.
See also
| QUEUE_COMPLETE | constant |
public static const QUEUE_COMPLETE:String = "queueComplete"
Defines the value of the type property of a queueComplete event object.
Uneeded? Also in QueueEvent class...
See also
| QUEUE_LOADER_ERROR | constant |
public static const QUEUE_LOADER_ERROR:String = "queueLoaderError"
Defines the value of the type property of a queueLoaderError event object.
Uneeded? Also in QueueEvent class...
See also
| SCENE_CULL | constant |
public static const SCENE_CULL:String = "scene_cull"
Defines the value of the type property of a scene_cull event object.
See also
| SCENE_RENDER | constant |
public static const SCENE_RENDER:String = "scene_render"
Defines the value of the type property of a scene_render event object.
See also
| SCENE_RENDER_DISPLAYLIST | constant |
public static const SCENE_RENDER_DISPLAYLIST:String = "scene_render_display_list"
Defines the value of the type property of a scene_render_display_list event object.
See also
| SCENE_UPDATE | constant |
public static const SCENE_UPDATE:String = "scene_update"
Defines the value of the type property of a scene_update event object.
See also