C# Class Box2D.Pooling.Arrays.FloatArray

Not thread safe float[] pooling.
Afficher le fichier Open project: gerich-home/box2dnet

Méthodes publiques

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

Méthodes protégées

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

Method Details

Get() public méthode

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

GetInitializedArray() protected méthode

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