C# Class InstrumentPanel

Inheritance: MonoBehaviour
ファイルを表示 Open project: Devination/TheRightWay Class Usage Examples

Public Properties

Property Type Description
buttons List
dial GameObject
lerpTime float
machine Machine,

Public Methods

Method Description
Awake ( ) : void
NotifyClick ( int index ) : void
NotifyHighlight ( int index ) : void

Private Methods

Method Description
LerpDial ( Vector3 pos ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

NotifyClick() public method

public NotifyClick ( int index ) : void
index int
return void

NotifyHighlight() public method

public NotifyHighlight ( int index ) : void
index int
return void

Property Details

buttons public_oe property

public List buttons
return List

dial public_oe property

public GameObject dial
return GameObject

lerpTime public_oe property

public float lerpTime
return float

machine public_oe property

public Machine, machine
return Machine,