C# Class Box2D.Pooling.Arrays.IntArray

Not thread safe int[] pooling
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Méthode Description
Get ( int argLength ) : int[]

Méthodes protégées

Méthode Description
GetInitializedArray ( int argLength ) : int[]

Method Details

Get() public méthode

public Get ( int argLength ) : int[]
argLength int
Résultat int[]

GetInitializedArray() protected méthode

protected GetInitializedArray ( int argLength ) : int[]
argLength int
Résultat int[]