C# Class AdagioMenu, Adagio

Inheritance: AdagioUIElement
Mostra file Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
selectables AdagioSelectable[],
waitDelay float

Protected Properties

Property Type Description
waitOffset float

Public Methods

Method Description
Enter ( ) : void
Exit ( ) : void

Protected Methods

Method Description
SetAllInteractable ( bool arg ) : void
_SelectablesFadeIn ( ) : IEnumerator

Method Details

Enter() public method

public Enter ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

SetAllInteractable() protected method

protected SetAllInteractable ( bool arg ) : void
arg bool
return void

_SelectablesFadeIn() protected method

protected _SelectablesFadeIn ( ) : IEnumerator
return IEnumerator

Property Details

selectables public_oe property

public AdagioSelectable[], selectables
return AdagioSelectable[],

waitDelay public_oe property

public float waitDelay
return float

waitOffset protected_oe property

protected float waitOffset
return float