clearTweenProperties() public method

public clearTweenProperties ( ) : void
return void
示例#1
0
 static public int clearTweenProperties(IntPtr l)
 {
     try {
         GoTween self = (GoTween)checkSelf(l);
         self.clearTweenProperties();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }