Packageaway3d.events
Classpublic class BillboardEvent
InheritanceBillboardEvent Inheritance flash.events.Event

Passed as a parameter when a segment event occurs

Public Properties
 PropertyDefined by
  billboard : Billboard
A reference to the Billboard object that is relevant to the event.
BillboardEvent
Public Methods
 MethodDefined by
  
BillboardEvent
(type:String, billboard:Billboard)
Creates a new BillboardEvent object.
BillboardEvent
  
clone():Event
Creates a copy of the BillboardEvent object and sets the value of each property to match that of the original.
BillboardEvent
Public Constants
 ConstantDefined by
  MATERIAL_CHANGED : String = "materialChanged"
[static] Defines the value of the type property of a materialChanged event object.
BillboardEvent
Property detail
billboardproperty
public var billboard:Billboard

A reference to the Billboard object that is relevant to the event.

Constructor detail
BillboardEvent()constructor
public function BillboardEvent(type:String, billboard:Billboard)Parameters
type:String — The type of the event. Possible values are: BillboardEvent.MATERIAL_CHANGED.
 
billboard:Billboard — A reference to the Billboard object that is relevant to the event.
Init Parameters
Method detail
clone()method
public override function clone():Event

Creates a copy of the BillboardEvent object and sets the value of each property to match that of the original.

Returns
Event
Constant detail
MATERIAL_CHANGEDconstant
public static const MATERIAL_CHANGED:String = "materialChanged"

Defines the value of the type property of a materialChanged event object.

Wiki link
Click to go to the wiki page for 'away3d.events.BillboardEvent'

Code examples

Comments