C# 클래스 UnityMenu, casanova-mk2

상속: MonoBehaviour
파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AmountOfPlayers int
MapName string
MapSelectNumber int

공개 메소드들

메소드 설명
GetMenu ( string name ) : UnityMenu,
pointerFunction ( bool entered ) : void

메소드 상세

GetMenu() 공개 정적인 메소드

public static GetMenu ( string name ) : UnityMenu,
name string
리턴 UnityMenu,

pointerFunction() 공개 메소드

public pointerFunction ( bool entered ) : void
entered bool
리턴 void

프로퍼티 상세

AmountOfPlayers 공개적으로 정적으로 프로퍼티

public static int AmountOfPlayers
리턴 int

MapName 공개적으로 정적으로 프로퍼티

public static string MapName
리턴 string

MapSelectNumber 공개적으로 정적으로 프로퍼티

public static int MapSelectNumber
리턴 int