Definition at line 10 of file MyOctreeNode.cs.
static Sandbox.Engine.Voxels.MyOctreeNode.MyOctreeNode |
( |
| ) |
|
|
inlinestatic |
Sandbox.Engine.Voxels.MyOctreeNode.MyOctreeNode |
( |
TLeafData |
allContent | ) |
|
|
inline |
bool Sandbox.Engine.Voxels.MyOctreeNode.AllDataSame |
( |
| ) |
|
|
inline |
static unsafe bool Sandbox.Engine.Voxels.MyOctreeNode.AllDataSame |
( |
TLeafData * |
pData | ) |
|
|
inlinestatic |
bool Sandbox.Engine.Voxels.MyOctreeNode.AllDataSame |
( |
TLeafData |
value | ) |
|
|
inline |
static unsafe bool Sandbox.Engine.Voxels.MyOctreeNode.AllDataSame |
( |
TLeafData * |
pData, |
|
|
TLeafData |
value |
|
) |
| |
|
inlinestatic |
bool Sandbox.Engine.Voxels.MyOctreeNode.AnyAboveIso |
( |
| ) |
|
|
inline |
void Sandbox.Engine.Voxels.MyOctreeNode.ClearChildren |
( |
| ) |
|
|
inline |
delegate TLeafData Sandbox.Engine.Voxels.MyOctreeNode.FilterFunction |
( |
TLeafData * |
pData, |
|
|
int |
lod |
|
) |
| |
Computes filtered value given 8 values in child.
- Parameters
-
pData | Pointer to 8 values. Do NOT go further than that. |
TLeafData Sandbox.Engine.Voxels.MyOctreeNode.GetData |
( |
int |
cellIndex | ) |
|
|
inline |
bool Sandbox.Engine.Voxels.MyOctreeNode.HasChild |
( |
int |
childIndex | ) |
|
|
inline |
void Sandbox.Engine.Voxels.MyOctreeNode.SetAllData |
( |
TLeafData |
value | ) |
|
|
inline |
static unsafe void Sandbox.Engine.Voxels.MyOctreeNode.SetAllData |
( |
TLeafData * |
dst, |
|
|
TLeafData |
value |
|
) |
| |
|
inlinestatic |
void Sandbox.Engine.Voxels.MyOctreeNode.SetChild |
( |
int |
childIndex, |
|
|
bool |
childPresent |
|
) |
| |
|
inline |
void Sandbox.Engine.Voxels.MyOctreeNode.SetData |
( |
int |
childIndex, |
|
|
TLeafData |
data |
|
) |
| |
|
inline |
override string Sandbox.Engine.Voxels.MyOctreeNode.ToString |
( |
| ) |
|
|
inline |
const int Sandbox.Engine.Voxels.MyOctreeNode.CHILD_COUNT = 8 |
byte Sandbox.Engine.Voxels.MyOctreeNode.ChildMask |
readonly FilterFunction Sandbox.Engine.Voxels.MyOctreeNode.ContentFilter |
|
static |
readonly FilterFunction Sandbox.Engine.Voxels.MyOctreeNode.MaterialFilter |
|
static |
bool Sandbox.Engine.Voxels.MyOctreeNode.HasChildren |
|
get |
The documentation for this struct was generated from the following file: