C# Класс BEPUutilities.ResourceManagement.CommonResources

Handles allocation and management of commonly used resources.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CommonResources ( ) : System.Collections.Generic

Описание методов

GetFloatList() публичный статический Метод

Retrieves a float list from the resource pool.
public static GetFloatList ( ) : RawList
Результат RawList

GetIntList() публичный статический Метод

Retrieves a int list from the resource pool.
public static GetIntList ( ) : RawList
Результат RawList

GetIntSet() публичный статический Метод

Retrieves a int hash set from the resource pool.
public static GetIntSet ( ) : HashSet
Результат HashSet

GetRayHitList() публичный статический Метод

Retrieves a ray hit list from the resource pool.
public static GetRayHitList ( ) : RawList
Результат RawList

GetVectorList() публичный статический Метод

Retrieves a Vector3 list from the resource pool.
public static GetVectorList ( ) : RawList
Результат RawList

GiveBack() публичный статический Метод

Returns a resource to the pool.
public static GiveBack ( HashSet set ) : void
set HashSet Set to return.
Результат void

GiveBack() публичный статический Метод

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Результат void

GiveBack() публичный статический Метод

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Результат void

GiveBack() публичный статический Метод

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Результат void

GiveBack() публичный статический Метод

Returns a resource to the pool.
public static GiveBack ( RawList list ) : void
list RawList List to return.
Результат void

ResetPools() публичный статический Метод

public static ResetPools ( ) : void
Результат void