PackageBox2D.Dynamics.Contacts
Classpublic class b2PolygonContact
Inheritanceb2PolygonContact Inheritance b2Contact



Public Properties
 PropertyDefined by
 Inheritede_islandFlag : uint = 0x0004
[static]
b2Contact
 Inheritede_nonSolidFlag : uint = 0x0001
[static]
b2Contact
 Inheritede_slowFlag : uint = 0x0002
[static]
b2Contact
 Inheritede_toiFlag : uint = 0x0008
[static]
b2Contact
 Inheriteds_initialized : Boolean = false
[static]
b2Contact
 Inheriteds_registers : Array
[static]
b2Contact
Public Methods
 MethodDefined by
  
b2PolygonContact
 Inherited
AddType(createFcn:Function, destroyFcn:Function, type1:int, type2:int):void
[static]
b2Contact
  
Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2Contact
[static]
b2PolygonContact
  
Destroy(contact:b2Contact, allocator:*):void
[static]
b2PolygonContact
  
Evaluate(listener:b2ContactListener):void
b2PolygonContact
 Inherited
Get the number of manifolds.
b2Contact
  
GetManifolds():Array
b2PolygonContact
 Inherited
Get the next contact in the world's contact list.
b2Contact
 Inherited
Get the first shape in this contact.
b2Contact
 Inherited
Get the second shape in this contact.
b2Contact
 Inherited
[static]
b2Contact
 Inherited
IsSolid():Boolean
Is this contact solid?
b2Contact
 Inherited
Update(listener:b2ContactListener):void
b2Contact
Constructor detail
b2PolygonContact()constructor
public function b2PolygonContact(shape1:b2Shape, shape2:b2Shape)Parameters
shape1:b2Shape
 
shape2:b2Shape
Method detail
Create()method
public static function Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2ContactParameters
shape1:b2Shape
 
shape2:b2Shape
 
allocator:*

Returns
b2Contact
Destroy()method 
public static function Destroy(contact:b2Contact, allocator:*):voidParameters
contact:b2Contact
 
allocator:*
Evaluate()method 
public override function Evaluate(listener:b2ContactListener):voidParameters
listener:b2ContactListener
GetManifolds()method 
public override function GetManifolds():Array

Returns
Array