Class: BigMath_GuideHand

BigMath_GuideHand()

大数学通用引导手势

Constructor

new BigMath_GuideHand()

Properties:
Name Type Description
origin Object 拖拽引导手势起点 - 默认值:{x:500,y:960}
destination Object 拖拽引导手势终点 - 默认值:{x:1400,y:500}
isDrag Boolean 是否是拖拽手势 - 默认值:true 【不可更改】
spineName String 手势动效名称 - 默认值:"animation_hand_guide"
clickAniName String 点击手势动画名称 - 默认值:"zhiyin"
dragAniName1 String 拖拽手势开始动画名称 - 默认值:"start"
dragAniName2 String 拖拽手势结束动画名称 - 默认值:"end"
Source:
Example
import {Easy} from "pubtool4pixi"
Easy.create("BigMath_GuideHand",{
origin : {
    x : 500,
    y : 960
},
}).show();

Extends

Methods

(static) Click()

点击手势动画
Source:

(static) deleteHand()

清空拖拽手势动效,暂停移动的TweenMax
Source:

(static) End()

拖拽手势动画结束
Source:

(static) init()

初始创建手势动效
Source:

(static) Move()

拖拽手势动画移动
Source:

(static) Start()

拖拽手势动画开始
Source: