Package | away3d.events |
Class | public class BillboardEvent |
Inheritance | BillboardEvent ![]() |
Property | Defined by | ||
---|---|---|---|
billboard : Billboard
A reference to the Billboard object that is relevant to the event.
| BillboardEvent |
Method | Defined by | ||
---|---|---|---|
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 |
Constant | Defined by | ||
---|---|---|---|
MATERIAL_CHANGED : String = "materialChanged" [static]
Defines the value of the type property of a materialChanged event object.
| BillboardEvent |
billboard | property |
public var billboard:Billboard
A reference to the Billboard object that is relevant to the event.
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.
|
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.
ReturnsEvent |
MATERIAL_CHANGED | constant |
public static const MATERIAL_CHANGED:String = "materialChanged"
Defines the value of the type property of a materialChanged event object.