ValidateIfRetargetable() 공개 메소드

public ValidateIfRetargetable ( bool showWarning ) : bool
showWarning bool
리턴 bool
예제 #1
0
 static public int ValidateIfRetargetable(IntPtr l)
 {
     try {
         UnityEngine.Motion self = (UnityEngine.Motion)checkSelf(l);
         System.Boolean     a1;
         checkType(l, 2, out a1);
         var ret = self.ValidateIfRetargetable(a1);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }