aiNode.GetmMeshes C# (CSharp) 메소드

GetmMeshes() 개인적인 메소드

private GetmMeshes ( ) : UintVector
리턴 UintVector
  private UintVector GetmMeshes() {
    IntPtr cPtr = AssimpPINVOKE.aiNode_GetmMeshes(swigCPtr);
    UintVector ret = (cPtr == IntPtr.Zero) ? null : new UintVector(cPtr, true);
    return ret;
  }