mirror of
				https://gitee.com/ruanwujing/green-pack-cocos
				synced 2025-10-30 19:06:24 +00:00 
			
		
		
		
	成功检测和回调设置成public
This commit is contained in:
		| @@ -63,8 +63,8 @@ export class GPDrag extends Component { | ||||
|     private zOrder:number | ||||
|     private dragStartPos:Vec2 = new Vec2(0, 0) | ||||
|     private dragOffset:Vec2 = new Vec2(0, 0) | ||||
|     private succeedCheck:Function = null; | ||||
|     private succeedCallback:Function = null; | ||||
|     public succeedCheck:Function = null; | ||||
|     public succeedCallback:Function = null; | ||||
|     private backTween:Tween<Node> | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user