项目作者: keijiro

项目描述 :
Custom UI controls for VJing with Unity
高级语言: C#
项目地址: git://github.com/keijiro/VJUI.git
创建时间: 2016-10-31T14:48:35Z
项目社区:https://github.com/keijiro/VJUI

开源协议:The Unlicense

下载


VJUI

VJUI is a collection of custom UI controls specially designed for VJing.

gif

It contains three custom controls:

Knob allows users to select a numeric value by dragging. This provides
almost the same functionality as the standard Slider control but a bit easier
to interact on a touch-sensitive screen.

gif

Button is almost identical to the standard Button control, but it also
provides the OnButtonDown event not only the OnButtonUp event. This is
convenient for VJing because button-down events are more often used than
button-ups.

Toggle is also nearly identical to the standard Toggle control but in the
same look-and-feel to the Knob and Button controls.

How To Install

This package uses the scoped registry feature to resolve package
dependencies. Open the Package Manager page in the Project Settings window and
add the following entry to the Scoped Registries list:

  • Name: Keijiro
  • URL: https://registry.npmjs.com
  • Scope: jp.keijiro

Scoped Registry

Now you can install the package from My Registries page in the Package Manager
window.

My Registries