C# Class UQuadtree, uquadtree

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

Méthodes publiques

Méthode Description
Receive ( IQtUserData qud ) : void
UQuadtree ( Rect bound ) : System.Collections
Update ( Vector2 focusPoint ) : void

Private Methods

Méthode Description
DrawDebugLines ( ) : void
IsHoldingUserData ( IQtUserData userData ) : bool
PerformSwapInOut ( UQtLeaf, activeLeaf ) : void
ProcessSwapQueues ( ) : void
SwapIn ( List inLeaves ) : void
SwapOut ( List outLeaves ) : void
UpdateFocus ( Vector2 focusPoint ) : bool

Method Details

Receive() public méthode

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

UQuadtree() public méthode

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

Update() public méthode

public Update ( Vector2 focusPoint ) : void
focusPoint Vector2
Résultat void