Table of Contents

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

bounds BoundingBox
item T

Fields

Bounds

public BoundingBox Bounds

Field Value

BoundingBox

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

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.