C# Class UQtLeaf, uquadtree

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

Méthodes publiques

Méthode Description
Contains ( IQtUserData userData ) : bool
IsSwapInCompleted ( ) : bool
IsSwapOutCompleted ( ) : bool
Receive ( IQtUserData userData ) : void
SetSubNodes ( UQtNode, subNodes ) : void
SwapIn ( ) : void
SwapOut ( ) : void
UQtLeaf ( Rect bound ) : System.Collections

Method Details

Contains() public méthode

public Contains ( IQtUserData userData ) : bool
userData IQtUserData
Résultat bool

IsSwapInCompleted() public méthode

public IsSwapInCompleted ( ) : bool
Résultat bool

IsSwapOutCompleted() public méthode

public IsSwapOutCompleted ( ) : bool
Résultat bool

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

SwapIn() public méthode

public SwapIn ( ) : void
Résultat void

SwapOut() public méthode

public SwapOut ( ) : void
Résultat void

UQtLeaf() public méthode

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