devNotes 2-7-2017 UI 3D Sliders
using System.Collections; using System.Collections.Generic; using UnityEngine; using VRTK; using ProceduralToolkit; using UnityEngine.UI; public class Slider_VU : MonoBehaviour { //FOUR MODES //WAITING – Normal //TOUCHED – RADIUS OF ACTION – DYNAMIC INDICATOR //FINE TUNE – GRIP – TOGGLE DYNAMIC INDICATOR – Runble Controller //DISABLED – INDICATE GREYED OUT public enum Mode { NORMAL, TOUCHED, FINE_TUNE, DISABLED, … Continue reading devNotes 2-7-2017 UI 3D Sliders
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed