C# 클래스 RPG_Paper_Maker.SystemStatistics

상속: RPG_Paper_Maker.SuperListItem
파일 보기 프로젝트 열기: Wano-k/3D-Game-Engine-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllGameOverOptions GameOverOptions
Bar RPG_Paper_Maker.SystemGraphic
MAX_STATISTICS int
Names string>.Dictionary

공개 메소드들

메소드 설명
CreateCopy ( ) : RPG_Paper_Maker.SuperListItem
GetDefaultStatistics ( ) : List
SetName ( ) : void
SystemStatistics ( int id ) : System
SystemStatistics ( int id, Dictionary names, SystemGraphic bar, GameOverOptions gameOverOptions ) : System

메소드 상세

CreateCopy() 공개 메소드

public CreateCopy ( ) : RPG_Paper_Maker.SuperListItem
리턴 RPG_Paper_Maker.SuperListItem

GetDefaultStatistics() 공개 정적인 메소드

public static GetDefaultStatistics ( ) : List
리턴 List

SetName() 공개 메소드

public SetName ( ) : void
리턴 void

SystemStatistics() 공개 메소드

public SystemStatistics ( int id ) : System
id int
리턴 System

SystemStatistics() 공개 메소드

public SystemStatistics ( int id, Dictionary names, SystemGraphic bar, GameOverOptions gameOverOptions ) : System
id int
names Dictionary
bar SystemGraphic
gameOverOptions GameOverOptions
리턴 System

프로퍼티 상세

AllGameOverOptions 공개적으로 프로퍼티

public GameOverOptions AllGameOverOptions
리턴 GameOverOptions

Bar 공개적으로 프로퍼티

public SystemGraphic,RPG_Paper_Maker Bar
리턴 RPG_Paper_Maker.SystemGraphic

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

public static int MAX_STATISTICS
리턴 int

Names 공개적으로 프로퍼티

public Dictionary Names
리턴 string>.Dictionary