/// <summary>Retrieve an array of points. </summary> public NxDebugPoint getPoints() { return(NxDebugPoint.GetClass(NxDebugRenderable_getPoints_INVOKE(ClassPointer, doSetFunctionPointers))); }
/// <summary></summary> public NxDebugRenderable(uint np, NxDebugPoint p, uint nl, NxDebugLine l, uint nt, NxDebugTriangle t) : base(new_NxDebugRenderable_INVOKE(false, np, (p != null ? p.ClassPointer : NullRef), nl, (l != null ? l.ClassPointer : NullRef), nt, (t != null ? t.ClassPointer : NullRef))) { GC.ReRegisterForFinalize(this); }