Ark Server API (ASA) - Wiki
|
#include <GenericOctree.h>
Public Member Functions | |
FOctreeChildNodeRef (int8 InX, int8 InY, int8 InZ) | |
FOctreeChildNodeRef (int8 InIndex=0) | |
FORCEINLINE void | Advance () |
FORCEINLINE bool | IsNULL () const |
FORCEINLINE void | SetNULL () |
FORCEINLINE int32 | X () const |
FORCEINLINE int32 | Y () const |
FORCEINLINE int32 | Z () const |
Public Attributes | |
int8 | Index |
A reference to a child of an octree node.
Definition at line 145 of file GenericOctree.h.
Initialization constructor.
Definition at line 151 of file GenericOctree.h.
|
inline |
Initialized the reference with a child index.
Definition at line 160 of file GenericOctree.h.
|
inline |
Advances the reference to the next child node. If this was the last node remain, Index will be 8 which represents null.
Definition at line 167 of file GenericOctree.h.
|
inline |
Definition at line 173 of file GenericOctree.h.
|
inline |
Definition at line 178 of file GenericOctree.h.
|
inline |
Definition at line 183 of file GenericOctree.h.
|
inline |
Definition at line 188 of file GenericOctree.h.
|
inline |
Definition at line 193 of file GenericOctree.h.
int8 FOctreeChildNodeRef::Index |
Definition at line 148 of file GenericOctree.h.