C# Class UQtNode, uquadtree

Afficher le fichier Open project: mc-gulu/uquadtree Class Usage Examples

Protected Properties

Свойство Type Description
_bound Rect
_subNodes UQtNode[],

Méthodes publiques

Méthode Description
Receive ( IQtUserData userData ) : void
SetSubNodes ( UQtNode, subNodes ) : void
UQtNode ( Rect bound ) : System.Collections

Method Details

Receive() public méthode

public Receive ( IQtUserData userData ) : void
userData IQtUserData
Résultat void

SetSubNodes() public méthode

public SetSubNodes ( UQtNode, subNodes ) : void
subNodes UQtNode,
Résultat void

UQtNode() public méthode

public UQtNode ( Rect bound ) : System.Collections
bound Rect
Résultat System.Collections

Property Details

_bound protected_oe property

protected Rect _bound
Résultat Rect

_subNodes protected_oe property

protected UQtNode[], _subNodes
Résultat UQtNode[],