C# 클래스 InstrumentPanel

상속: MonoBehaviour
파일 보기 프로젝트 열기: Devination/TheRightWay 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttons List
dial GameObject
lerpTime float
machine Machine,

공개 메소드들

메소드 설명
Awake ( ) : void
NotifyClick ( int index ) : void
NotifyHighlight ( int index ) : void

비공개 메소드들

메소드 설명
LerpDial ( Vector3 pos ) : IEnumerator

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

NotifyClick() 공개 메소드

public NotifyClick ( int index ) : void
index int
리턴 void

NotifyHighlight() 공개 메소드

public NotifyHighlight ( int index ) : void
index int
리턴 void

프로퍼티 상세

buttons 공개적으로 프로퍼티

public List buttons
리턴 List

dial 공개적으로 프로퍼티

public GameObject dial
리턴 GameObject

lerpTime 공개적으로 프로퍼티

public float lerpTime
리턴 float

machine 공개적으로 프로퍼티

public Machine, machine
리턴 Machine,