Пример #1
0
 /// <summary>Retrieve an array of lines to render. </summary>
 public NxDebugLine getLines()
 {
     return(NxDebugLine.GetClass(NxDebugRenderable_getLines_INVOKE(ClassPointer, doSetFunctionPointers)));
 }
Пример #2
0
 /// <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);
 }