Package | Box2D.Dynamics.Contacts |
Class | public class b2CircleContact |
Inheritance | b2CircleContact ![]() |
Method | Defined by | ||
---|---|---|---|
b2CircleContact | |||
![]() |
AddType(createFcn:Function, destroyFcn:Function, type1:int, type2:int):void
[static]
| b2Contact | |
[static]
| b2CircleContact | ||
[static]
| b2CircleContact | ||
Evaluate(listener:b2ContactListener):void
| b2CircleContact | ||
![]() |
GetManifoldCount():int
Get the number of manifolds.
| b2Contact | |
GetManifolds():Array
| b2CircleContact | ||
![]() |
Get the next contact in the world's contact list.
| b2Contact | |
![]() |
Get the first shape in this contact.
| b2Contact | |
![]() |
Get the second shape in this contact.
| b2Contact | |
![]() |
InitializeRegisters():void
[static]
| b2Contact | |
![]() |
IsSolid():Boolean
Is this contact solid?
| b2Contact | |
![]() |
Update(listener:b2ContactListener):void
| b2Contact |
b2CircleContact | () | constructor |
public function b2CircleContact(shape1:b2Shape, shape2:b2Shape)
Parameters
shape1:b2Shape |
|
shape2:b2Shape |
Create | () | method |
public static function Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2Contact
Parameters
shape1:b2Shape |
|
shape2:b2Shape |
|
allocator:* |
b2Contact |
Destroy | () | method |
public static function Destroy(contact:b2Contact, allocator:*):void
Parameters
contact:b2Contact |
|
allocator:* |
Evaluate | () | method |
public override function Evaluate(listener:b2ContactListener):void
Parameters
listener:b2ContactListener |
GetManifolds | () | method |
public override function GetManifolds():Array
Returns
Array |