Property | Defined By | ||
---|---|---|---|
bytes : ByteArray [static] | b2Base | ||
initialized : Boolean = false [static] | b2Base | ||
lib : Object [static] | b2Base | ||
loader : CLibInit [static] | b2Base | ||
mem : MemUser [static] | b2Base | ||
m_moveBuffer : int | b2BroadPhase | ||
m_moveCapacity : int | b2BroadPhase | ||
m_moveCount : int | b2BroadPhase | ||
m_pairCapacity : int | b2BroadPhase | ||
m_pairCount : int | b2BroadPhase | ||
m_proxyCount : int | b2BroadPhase | ||
m_queryProxyId : int | b2BroadPhase | ||
_ptr : Number | b2Base | ||
valid : Boolean [read-only]
Does the object point to a C++ equivalent (i.e. | b2Base |
Method | Defined By | ||
---|---|---|---|
b2BroadPhase(p:int) | b2BroadPhase | ||
deref(adr:int):* [static]
dereference a C++ pointer or AS3_Val that is pointing to an AS3 object. | b2Base | ||
destroy():void
Destroy base function just sets _ptr = 0. | b2Base | ||
getArr():Array [static] | b2Base | ||
GetProxyCount():int | b2BroadPhase | ||
initialize(defs:Boolean = true):void [static]
Initialize the C++ module. | b2Base | ||
readVertices(adr:int, num:int):Vector.<V2>
Read C++ memory and convert it into a vertex array. | b2Base | ||
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 |
Constant | Defined By | ||
---|---|---|---|
e_nullProxy : int = -1 [static] | b2BroadPhase |
m_moveBuffer | property |
m_moveBuffer:int
public function get m_moveBuffer():int
public function set m_moveBuffer(value:int):void
m_moveCapacity | property |
m_moveCapacity:int
public function get m_moveCapacity():int
public function set m_moveCapacity(value:int):void
m_moveCount | property |
m_moveCount:int
public function get m_moveCount():int
public function set m_moveCount(value:int):void
m_pairCapacity | property |
m_pairCapacity:int
public function get m_pairCapacity():int
public function set m_pairCapacity(value:int):void
m_pairCount | property |
m_pairCount:int
public function get m_pairCount():int
public function set m_pairCount(value:int):void
m_proxyCount | property |
m_proxyCount:int
public function get m_proxyCount():int
public function set m_proxyCount(value:int):void
m_queryProxyId | property |
m_queryProxyId:int
public function get m_queryProxyId():int
public function set m_queryProxyId(value:int):void
b2BroadPhase | () | Constructor |
public function b2BroadPhase(p:int)
p:int |
GetProxyCount | () | method |
public function GetProxyCount():int
Returnsint |
e_nullProxy | Constant |
public static const e_nullProxy:int = -1