C# 클래스 ButtonCaller

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/stardust

공개 프로퍼티들

프로퍼티 타입 설명
Buttontag string
active bool
smoothTime float

공개 메소드들

메소드 설명
ButtonCall ( ) : void
ButtonExit ( ) : void
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

ButtonCall() 공개 메소드

public ButtonCall ( ) : void
리턴 void

ButtonExit() 공개 메소드

public ButtonExit ( ) : void
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Buttontag 공개적으로 프로퍼티

public string Buttontag
리턴 string

active 공개적으로 프로퍼티

public bool active
리턴 bool

smoothTime 공개적으로 프로퍼티

public float smoothTime
리턴 float