Property | Defined by | ||
---|---|---|---|
lowerBounds : Array | b2Proxy | ||
overlapCount : uint | b2Proxy | ||
timeStamp : uint | b2Proxy | ||
upperBounds : Array | b2Proxy | ||
userData : * = null | b2Proxy |
Method | Defined by | ||
---|---|---|---|
GetNext():uint
| b2Proxy | ||
IsValid():Boolean
| b2Proxy | ||
SetNext(next:uint):void
| b2Proxy |
lowerBounds | property |
public var lowerBounds:Array
overlapCount | property |
public var overlapCount:uint
timeStamp | property |
public var timeStamp:uint
upperBounds | property |
public var upperBounds:Array
userData | property |
public var userData:* = null
GetNext | () | method |
public function GetNext():uint
Returns
uint |
IsValid | () | method |
public function IsValid():Boolean
Returns
Boolean |
SetNext | () | method |
public function SetNext(next:uint):void
Parameters
next:uint |