Skip to content

Instantly share code, notes, and snippets.

View RandomOutput's full-sized avatar

Daniel Plemmons RandomOutput

View GitHub Profile
@RandomOutput
RandomOutput / pinchbehavior.cs
Created August 12, 2014 15:24
pinchbehavior.cs
using UnityEngine;
using System.Collections;
using Leap;
public class PinchBehavior : MonoBehaviour {
[SerializeField]
private float _startPinch = 0.75f;
[SerializeField]
private float _endPinch = 0.5f;