C# Class BEPUutilities.ResourceManagement.CommonResources

Handles allocation and management of commonly used resources.
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
GetFloatList ( ) : RawList

Retrieves a float list from the resource pool.

GetIntList ( ) : RawList

Retrieves a int list from the resource pool.

GetIntSet ( ) : HashSet

Retrieves a int hash set from the resource pool.

GetRayHitList ( ) : RawList

Retrieves a ray hit list from the resource pool.

GetVectorList ( ) : RawList

Retrieves a Vector3 list from the resource pool.

GiveBack ( HashSet set ) : void

Returns a resource to the pool.

GiveBack ( RawList list ) : void

Returns a resource to the pool.

GiveBack ( RawList list ) : void

Returns a resource to the pool.

GiveBack ( RawList list ) : void

Returns a resource to the pool.

GiveBack ( RawList list ) : void

Returns a resource to the pool.

ResetPools ( ) : void

Private Methods

Méthode Description
CommonResources ( ) : System.Collections.Generic

Method Details

GetFloatList() public static méthode

Retrieves a float list from the resource pool.
public static GetFloatList ( ) : RawList
Résultat RawList

GetIntList() public static méthode

Retrieves a int list from the resource pool.
public static GetIntList ( ) : RawList
Résultat RawList

GetIntSet() public static méthode

Retrieves a int hash set from the resource pool.
public static GetIntSet ( ) : HashSet
Résultat HashSet

GetRayHitList() public static méthode

Retrieves a ray hit list from the resource pool.
public static GetRayHitList ( ) : RawList
Résultat RawList

GetVectorList() public static méthode

Retrieves a Vector3 list from the resource pool.
public static GetVectorList ( ) : RawList
Résultat RawList

GiveBack() public static méthode

Returns a resource to the pool.
public static GiveBack ( HashSet set ) : void
set HashSet Set to return.
Résultat void

GiveBack() public static méthode

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Résultat void

GiveBack() public static méthode

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Résultat void

GiveBack() public static méthode

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Résultat void

GiveBack() public static méthode

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Résultat void

ResetPools() public static méthode

public static ResetPools ( ) : void
Résultat void