C# Class DisconnectionNotice

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
embeddedReplacementImage UnityEngine.Texture2D
fade UnityEngine.AnimationCurve
fadeInTime float
fadeOutTime float
onColor Color
waitFrames int

Méthodes publiques

Méthode Description
SetAlpha ( float alpha ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
IsConnected ( ) : bool
IsEmbedded ( ) : bool

Method Details

SetAlpha() public méthode

public SetAlpha ( float alpha ) : void
alpha float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

embeddedReplacementImage public_oe property

public Texture2D,UnityEngine embeddedReplacementImage
Résultat UnityEngine.Texture2D

fade public_oe property

public AnimationCurve,UnityEngine fade
Résultat UnityEngine.AnimationCurve

fadeInTime public_oe property

public float fadeInTime
Résultat float

fadeOutTime public_oe property

public float fadeOutTime
Résultat float

onColor public_oe property

public Color onColor
Résultat Color

waitFrames public_oe property

public int waitFrames
Résultat int