#include <NvBlastActor.h>

Public Member Functions | |
| GraphNodeIt (const Actor &actor) | |
Given a solver actor a,
for (Actor::GraphNodeIt i = a; (bool)i; ++i) { uint32_t graphNodeIndex = (uint32_t)i;
graphNodeIndex references the asset's graph node index list }
| NV_INLINE Nv::Blast::Actor::Actor::GraphNodeIt::GraphNodeIt | ( | const Actor & | actor | ) |
Constructed from an actor.