Tanoda
|
Public Attributes | |
float | fadeInTime = 1.0f |
float | fadeOutTime = 1.0f |
AnimationCurve | fade |
int | waitFrames = 10 |
Color | onColor = Color.white |
Tracks the connection state of the Leap Motion hardware. If the device is unplugged or otherwise not detected, the script fades in a GUITexture object which should communicate the problem to the user.
Definition at line 21 of file DisconnectionNotice.cs.
AnimationCurve Leap.Unity.DisconnectionNotice.fade |
The easing curve.
Definition at line 28 of file DisconnectionNotice.cs.
float Leap.Unity.DisconnectionNotice.fadeInTime = 1.0f |
The speed to fade the object alpha from 0 to 1.
Definition at line 24 of file DisconnectionNotice.cs.
float Leap.Unity.DisconnectionNotice.fadeOutTime = 1.0f |
The speed to fade the object alpha from 1 to 0.
Definition at line 26 of file DisconnectionNotice.cs.
Color Leap.Unity.DisconnectionNotice.onColor = Color.white |
The fully on texture tint color.
Definition at line 32 of file DisconnectionNotice.cs.
int Leap.Unity.DisconnectionNotice.waitFrames = 10 |
A delay before beginning the fade-in effect.
Definition at line 30 of file DisconnectionNotice.cs.