PackageBox2DAS.Dynamics.Contacts
Classpublic class b2ContactID
Inheritanceb2ContactID Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbytes : ByteArray
[static]
b2Base
  e_face : int = 1
[static]
b2ContactID
  e_vertex : int = 0
[static]
b2ContactID
  indexA : int
b2ContactID
  indexB : int
b2ContactID
 Inheritedinitialized : Boolean = false
[static]
b2Base
  key : int
b2ContactID
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
 Inheritedmem : MemUser
[static]
b2Base
 Inherited_ptr : Number
b2Base
  typeA : int
b2ContactID
  typeB : int
b2ContactID
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2ContactID
 Inherited
deref(adr:int):*
[static] dereference a C++ pointer or AS3_Val that is pointing to an AS3 object.
b2Base
 Inherited
destroy():void
Destroy base function just sets _ptr = 0.
b2Base
 Inherited
getArr():Array
[static]
b2Base
 Inherited
initialize(defs:Boolean = true):void
[static] Initialize the C++ module.
b2Base
 Inherited
readVertices(adr:int, num:int):Vector.<V2>
Read C++ memory and convert it into a vertex array.
b2Base
 Inherited
writeVertices(adr:int, v:Vector.<V2>):void
Write a vertex array of the format [new V2(x,y), new V2(x,y), ...] to C++ memory.
b2Base
Property Detail
e_faceproperty
public static var e_face:int = 1

e_vertexproperty 
public static var e_vertex:int = 0

indexAproperty 
indexA:int


Implementation
    public function get indexA():int
    public function set indexA(value:int):void
indexBproperty 
indexB:int


Implementation
    public function get indexB():int
    public function set indexB(value:int):void
keyproperty 
key:int


Implementation
    public function get key():int
    public function set key(value:int):void
typeAproperty 
typeA:int


Implementation
    public function get typeA():int
    public function set typeA(value:int):void
typeBproperty 
typeB:int


Implementation
    public function get typeB():int
    public function set typeB(value:int):void
Constructor Detail
b2ContactID()Constructor
public function b2ContactID(p:int)



Parameters
p:int