C# Class DisconnectionNotice

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public Texture2D,UnityEngine embeddedReplacementImage
return UnityEngine.Texture2D

fade public_oe property

public AnimationCurve,UnityEngine fade
return UnityEngine.AnimationCurve

fadeInTime public_oe property

public float fadeInTime
return float

fadeOutTime public_oe property

public float fadeOutTime
return float

onColor public_oe property

public Color onColor
return Color

waitFrames public_oe property

public int waitFrames
return int