C# 클래스 SGDeContent.DataTypes.Game

상속: ProcessedContent
파일 보기 프로젝트 열기: sgdc/sgdc-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirstRun int
FixedTime bool?
FrameTime System.TimeSpan
Fullscreen bool
MapIDs List
MapOrderId List
MapOrderName List
Maps List
Orientation DisplayOrientation
SpriteSheet ExternalReference
Title string
Width int

공개 메소드들

메소드 설명
Game ( ) : System
Sort ( ) : void

메소드 상세

Game() 공개 메소드

public Game ( ) : System
리턴 System

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

프로퍼티 상세

FirstRun 공개적으로 프로퍼티

public int FirstRun
리턴 int

FixedTime 공개적으로 프로퍼티

public bool? FixedTime
리턴 bool?

FrameTime 공개적으로 프로퍼티

public TimeSpan,System FrameTime
리턴 System.TimeSpan

Fullscreen 공개적으로 프로퍼티

public bool Fullscreen
리턴 bool

MapIDs 공개적으로 프로퍼티

public List MapIDs
리턴 List

MapOrderId 공개적으로 프로퍼티

public List MapOrderId
리턴 List

MapOrderName 공개적으로 프로퍼티

public List MapOrderName
리턴 List

Maps 공개적으로 프로퍼티

public List Maps
리턴 List

Orientation 공개적으로 프로퍼티

public DisplayOrientation Orientation
리턴 DisplayOrientation

SpriteSheet 공개적으로 프로퍼티

public ExternalReference SpriteSheet
리턴 ExternalReference

Title 공개적으로 프로퍼티

public string Title
리턴 string

Width 공개적으로 프로퍼티

public int Width
리턴 int