C# Class ManicDigger.Collisions.BlockOctreeSearcher

Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
StartBox Box3D

Méthodes publiques

Méthode Description
LineIntersection ( IsBlockEmpty isEmpty, GetBlockHeight getBlockHeight, Line3D line ) : IEnumerable

Private Methods

Méthode Description
BoxHit ( Box3D box ) : bool
Children ( Box3D box ) : IEnumerable
Search ( Predicate query ) : IEnumerable
SearchPrivate ( Predicate query, Box3D box ) : IEnumerable

Method Details

LineIntersection() public méthode

public LineIntersection ( IsBlockEmpty isEmpty, GetBlockHeight getBlockHeight, Line3D line ) : IEnumerable
isEmpty IsBlockEmpty
getBlockHeight GetBlockHeight
line Line3D
Résultat IEnumerable

Property Details

StartBox public_oe property

public Box3D,ManicDigger.Collisions StartBox
Résultat Box3D