C# Class Box2D.Pooling.Arrays.Vec2Array

not thread safe Vec2[] pool
显示文件 Open project: gerich-home/box2dnet Class Usage Examples

Public Methods

Method Description
Get ( int argLength ) : Box2D.Common.Vec2[]

Protected Methods

Method Description
GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]

Method Details

Get() public method

public Get ( int argLength ) : Box2D.Common.Vec2[]
argLength int
return Box2D.Common.Vec2[]

GetInitializedArray() protected method

protected GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]
argLength int
return Box2D.Common.Vec2[]