项目作者: whilu

项目描述 :
UGUI Button expand library.
高级语言: C#
项目地址: git://github.com/whilu/UButtonExpand.git
创建时间: 2017-11-05T12:19:18Z
项目社区:https://github.com/whilu/UButtonExpand

开源协议:MIT License

下载


UButtonExpand

UGUI Button expand library.

Screenshots

UButtonExpand_screen_record_1.0.0.gif

Usage

ButtonLongClickListener

Use it just like Button in UGUI!

PositionTransformer

Add this script to your Button object, then init with code:

  1. PositionTransformer mPositionTransformer;
  2. void Start () {
  3. mPositionTransformer.init (10, PositionTransformer.TRANSFORM_DIRECTION.Y_AXIS);
  4. }

NOTE: If you want to use this in ScrollView, use ScrollviewPositionTransformer to replace PositionTransformer.

Enjoy it😄!

Change logs

1.0.0(2018-12-3)

  • Fix bug

0.9.0(2017-11-5)

  • First release

About

If you have any questions, contact me: lujun.byte#gmail.com.

License

MIT