PackageBox2D.Dynamics.Contacts
Classpublic class b2NullContact
Inheritanceb2NullContact 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
  
b2NullContact
 Inherited
AddType(createFcn:Function, destroyFcn:Function, type1:int, type2:int):void
[static]
b2Contact
 Inherited
Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2Contact
[static]
b2Contact
 Inherited
Destroy(contact:b2Contact, allocator:*):void
[static]
b2Contact
  
b2NullContact
 Inherited
Get the number of manifolds.
b2Contact
  
GetManifolds():Array
b2NullContact
 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
b2NullContact()constructor
public function b2NullContact()
Method detail
Evaluate()method
public override function Evaluate(l:b2ContactListener):voidParameters
l:b2ContactListener
GetManifolds()method 
public override function GetManifolds():Array

Returns
Array