C# Class Box2D.Pooling.Arrays.Vec2Array

not thread safe Vec2[] pool
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Méthode Description
Get ( int argLength ) : Box2D.Common.Vec2[]

Méthodes protégées

Méthode Description
GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]

Method Details

Get() public méthode

public Get ( int argLength ) : Box2D.Common.Vec2[]
argLength int
Résultat Box2D.Common.Vec2[]

GetInitializedArray() protected méthode

protected GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]
argLength int
Résultat Box2D.Common.Vec2[]