C# 클래스 GGJ.RuleSelect.GameMatchSetting

파일 보기 프로젝트 열기: TORISOUP/Born_to_Beans_src 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PlayerSettings PlayerSetting>.Dictionary

공개 메소드들

메소드 설명
SetPlayMode ( PlayMode mode ) : void
SetPlayer ( int playerNumber, int characterType ) : void
SetStage ( StageEnum stage ) : void
SetupNextStage ( ) : void

비공개 메소드들

메소드 설명
GameMatchSetting ( ) : UnityEngine

메소드 상세

SetPlayMode() 공개 메소드

public SetPlayMode ( PlayMode mode ) : void
mode PlayMode
리턴 void

SetPlayer() 공개 메소드

public SetPlayer ( int playerNumber, int characterType ) : void
playerNumber int
characterType int
리턴 void

SetStage() 공개 메소드

public SetStage ( StageEnum stage ) : void
stage StageEnum
리턴 void

SetupNextStage() 공개 메소드

public SetupNextStage ( ) : void
리턴 void

프로퍼티 상세

PlayerSettings 공개적으로 프로퍼티

public Dictionary PlayerSettings
리턴 PlayerSetting>.Dictionary