C# 클래스 choosePlayer, ES2014B

상속: MonoBehaviour
파일 보기 프로젝트 열기: eloipuertas/ES2014B

공개 프로퍼티들

프로퍼티 타입 설명
buttontex UnityEngine.Texture2D
first bool
hoverbutton UnityEngine.Texture2D
second bool
third bool

공개 메소드들

메소드 설명
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
OnMouseUpAsButton ( ) : void

메소드 상세

OnMouseEnter() 공개 메소드

public OnMouseEnter ( ) : void
리턴 void

OnMouseExit() 공개 메소드

public OnMouseExit ( ) : void
리턴 void

OnMouseUpAsButton() 공개 메소드

public OnMouseUpAsButton ( ) : void
리턴 void

프로퍼티 상세

buttontex 공개적으로 프로퍼티

public Texture2D,UnityEngine buttontex
리턴 UnityEngine.Texture2D

first 공개적으로 프로퍼티

public bool first
리턴 bool

hoverbutton 공개적으로 프로퍼티

public Texture2D,UnityEngine hoverbutton
리턴 UnityEngine.Texture2D

second 공개적으로 프로퍼티

public bool second
리턴 bool

third 공개적으로 프로퍼티

public bool third
리턴 bool