aiFace.__set__ C# (CSharp) Метод

__set__() публичный Метод

public __set__ ( aiFace, o ) : aiFace,
o aiFace,
Результат aiFace,
  public aiFace __set__(aiFace o) {
    aiFace ret = new aiFace(AssimpPINVOKE.aiFace___set__(swigCPtr, aiFace.getCPtr(o)), false);
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }