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

not thread safe Vec2[] pool
파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 메소드들

메소드 설명
Get ( int argLength ) : Box2D.Common.Vec2[]

보호된 메소드들

메소드 설명
GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]

메소드 상세

Get() 공개 메소드

public Get ( int argLength ) : Box2D.Common.Vec2[]
argLength int
리턴 Box2D.Common.Vec2[]

GetInitializedArray() 보호된 메소드

protected GetInitializedArray ( int argLength ) : Box2D.Common.Vec2[]
argLength int
리턴 Box2D.Common.Vec2[]