Exemplo n.º 1
0
 /// <summary>Retrieve an array of points. </summary>
 public NxDebugPoint getPoints()
 {
     return(NxDebugPoint.GetClass(NxDebugRenderable_getPoints_INVOKE(ClassPointer, doSetFunctionPointers)));
 }
Exemplo n.º 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);
 }