C# 클래스 Box2D.Pooling.Arrays.FloatArray

Not thread safe float[] pooling.
파일 보기 프로젝트 열기: gerich-home/box2dnet

공개 메소드들

메소드 설명
Get ( int argLength ) : float[]

보호된 메소드들

메소드 설명
GetInitializedArray ( int argLength ) : float[]

메소드 상세

Get() 공개 메소드

public Get ( int argLength ) : float[]
argLength int
리턴 float[]

GetInitializedArray() 보호된 메소드

protected GetInitializedArray ( int argLength ) : float[]
argLength int
리턴 float[]