Class OctreeItem<T>
- Namespace
- NeoVeldrid.Utilities
- Assembly
- NeoVeldrid.Utilities.dll
public class OctreeItem<T>
Type Parameters
T
- Inheritance
-
OctreeItem<T>
- Inherited Members
Constructors
OctreeItem(ref BoundingBox, T)
public OctreeItem(ref BoundingBox bounds, T item)
Parameters
boundsBoundingBoxitemT
Fields
Bounds
public BoundingBox Bounds
Field Value
Container
The node this item directly resides in. ///
public OctreeNode<T> Container
Field Value
- OctreeNode<T>
Item
public T Item
Field Value
- T
Properties
HasPendingMove
public bool HasPendingMove { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.