C# Class InstrumentPanel

Inheritance: MonoBehaviour
Afficher le fichier Open project: Devination/TheRightWay Class Usage Examples

Méthodes publiques

Свойство Type Description
buttons List
dial GameObject
lerpTime float
machine Machine,

Méthodes publiques

Méthode Description
Awake ( ) : void
NotifyClick ( int index ) : void
NotifyHighlight ( int index ) : void

Private Methods

Méthode Description
LerpDial ( Vector3 pos ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

NotifyClick() public méthode

public NotifyClick ( int index ) : void
index int
Résultat void

NotifyHighlight() public méthode

public NotifyHighlight ( int index ) : void
index int
Résultat void

Property Details

buttons public_oe property

public List buttons
Résultat List

dial public_oe property

public GameObject dial
Résultat GameObject

lerpTime public_oe property

public float lerpTime
Résultat float

machine public_oe property

public Machine, machine
Résultat Machine,