C# 클래스 UQtNode, uquadtree

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

보호된 프로퍼티들

프로퍼티 타입 설명
_bound Rect
_subNodes UQtNode[],

공개 메소드들

메소드 설명
Receive ( IQtUserData userData ) : void
SetSubNodes ( UQtNode, subNodes ) : void
UQtNode ( Rect bound ) : System.Collections

메소드 상세

Receive() 공개 메소드

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

SetSubNodes() 공개 메소드

public SetSubNodes ( UQtNode, subNodes ) : void
subNodes UQtNode,
리턴 void

UQtNode() 공개 메소드

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

프로퍼티 상세

_bound 보호되어 있는 프로퍼티

protected Rect _bound
리턴 Rect

_subNodes 보호되어 있는 프로퍼티

protected UQtNode[], _subNodes
리턴 UQtNode[],