mirror of
https://gitee.com/ruanwujing/green-pack-cocos
synced 2024-12-24 10:48:38 +00:00
成功检测和回调设置成public
This commit is contained in:
parent
476a551dc9
commit
b55ef93d36
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user