Isle
|
[AI] Helper structure pairing controllers with edge references for global or fast access. More...
#include <legopathcontroller.h>
Public Member Functions | |
CtrlEdge () | |
[AI] Initializes structure by nullifying pointers. More... | |
Public Attributes | |
LegoPathController * | m_controller |
[AI] Pointer to owning path controller. [AI] More... | |
LegoUnknown100db7f4 * | m_edge |
[AI] Reference to a specific edge, typically a segment connector or trigger. [AI] More... | |
[AI] Helper structure pairing controllers with edge references for global or fast access.
[AI]
Definition at line 71 of file legopathcontroller.h.
|
inline |
[AI] Initializes structure by nullifying pointers.
[AI]
Definition at line 75 of file legopathcontroller.h.
LegoPathController* LegoPathController::CtrlEdge::m_controller |
[AI] Pointer to owning path controller. [AI]
Definition at line 81 of file legopathcontroller.h.
LegoUnknown100db7f4* LegoPathController::CtrlEdge::m_edge |
[AI] Reference to a specific edge, typically a segment connector or trigger. [AI]
Definition at line 82 of file legopathcontroller.h.