A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
add(... rest) — method, class cc.cote.airbag.AirBag
Adds DisplayObjects to the detection list.
addColorToExclusionList(color:uint, alphaRange:uint, redRange:uint, greenRange:uint, blueRange:uint) — method, class cc.cote.airbag.AirBag
Adds a color to the color exclusion list.
AirBag — class, package cc.cote.airbag
The AirBag class allows the pixel-precise detection of collisions amongst a list of DisplayObjects (MovieClips, Sprites, Bitmaps, TextFields, Videos, etc.).
AirBag(... rest) — Constructor, class cc.cote.airbag.AirBag
Creates an AirBag object from the DisplayObjects passed as parameters.
AirBagEvent — class, package cc.cote.airbag
An AirBagEvent object is dispatched by the AirBag object when it performs its collision detection routine on ENTER_FRAME.
AirBagEvent(type:String, bubbles:Boolean, cancelable:Boolean, collisions:Vector$cc.cote.airbag:Collision) — Constructor, class cc.cote.airbag.AirBagEvent
Creates a new AirBagEvent object.
alphaThreshold — Property, class cc.cote.airbag.AirBag
The alpha (opacity) threshold below which a collision will not be triggered.
angle — Property, class cc.cote.airbag.Collision
The angle of the collision (in radians) between the two DisplayObjects.
angleInDegrees — Property, class cc.cote.airbag.Collision
Returns the angle (in degrees) of the collision between the two DisplayObjects.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z