C# 클래스 UQuadtree, uquadtree

파일 보기 프로젝트 열기: mc-gulu/uquadtree 1 사용 예제들

공개 메소드들

메소드 설명
Receive ( IQtUserData qud ) : void
UQuadtree ( Rect bound ) : System.Collections
Update ( Vector2 focusPoint ) : void

비공개 메소드들

메소드 설명
DrawDebugLines ( ) : void
IsHoldingUserData ( IQtUserData userData ) : bool
PerformSwapInOut ( UQtLeaf, activeLeaf ) : void
ProcessSwapQueues ( ) : void
SwapIn ( List inLeaves ) : void
SwapOut ( List outLeaves ) : void
UpdateFocus ( Vector2 focusPoint ) : bool

메소드 상세

Receive() 공개 메소드

public Receive ( IQtUserData qud ) : void
qud IQtUserData
리턴 void

UQuadtree() 공개 메소드

public UQuadtree ( Rect bound ) : System.Collections
bound Rect
리턴 System.Collections

Update() 공개 메소드

public Update ( Vector2 focusPoint ) : void
focusPoint Vector2
리턴 void