C# Class DisconnectionNotice

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
embeddedReplacementImage UnityEngine.Texture2D
fade UnityEngine.AnimationCurve
fadeInTime float
fadeOutTime float
onColor Color
waitFrames int

Public Methods

Method Description
SetAlpha ( float alpha ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
IsConnected ( ) : bool
IsEmbedded ( ) : bool

Method Details

SetAlpha() public method

public SetAlpha ( float alpha ) : void
alpha float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

embeddedReplacementImage public property

public Texture2D,UnityEngine embeddedReplacementImage
return UnityEngine.Texture2D

fade public property

public AnimationCurve,UnityEngine fade
return UnityEngine.AnimationCurve

fadeInTime public property

public float fadeInTime
return float

fadeOutTime public property

public float fadeOutTime
return float

onColor public property

public Color onColor
return Color

waitFrames public property

public int waitFrames
return int