C# 클래스 BEPUutilities.ResourceManagement.CommonResources

Handles allocation and management of commonly used resources.
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
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