C# 클래스 SmashBros.Models.GameOptions

파일 보기 프로젝트 열기: Grutn/TDT4240-X2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CharacterSeed int
Gravity int
Lifes int
Minutes int
UseLifes bool

공개 메소드들

메소드 설명
CreateMenu ( Action action ) : List
GameOptions ( ) : System

메소드 상세

CreateMenu() 공개 메소드

public CreateMenu ( Action action ) : List
action Action
리턴 List

GameOptions() 공개 메소드

public GameOptions ( ) : System
리턴 System

프로퍼티 상세

CharacterSeed 공개적으로 프로퍼티

public int CharacterSeed
리턴 int

Gravity 공개적으로 프로퍼티

public int Gravity
리턴 int

Lifes 공개적으로 프로퍼티

public int Lifes
리턴 int

Minutes 공개적으로 프로퍼티

public int Minutes
리턴 int

UseLifes 공개적으로 프로퍼티

public bool UseLifes
리턴 bool