C# 클래스 HUDData, RPGQuest

This class represents the data for the HUD to display from a Hero
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hud HUD[],
resourcePath string

공개 메소드들

메소드 설명
AddHUD ( string n ) : void
Copy ( int index ) : void
GetCopy ( int index ) : HUD,
HUDData ( ) : System.Collections
LoadData ( ) : void
RemoveData ( int index ) : void
SaveData ( ) : void

메소드 상세

AddHUD() 공개 메소드

public AddHUD ( string n ) : void
n string
리턴 void

Copy() 공개 메소드

public Copy ( int index ) : void
index int
리턴 void

GetCopy() 공개 메소드

public GetCopy ( int index ) : HUD,
index int
리턴 HUD,

HUDData() 공개 메소드

public HUDData ( ) : System.Collections
리턴 System.Collections

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

RemoveData() 공개 메소드

public RemoveData ( int index ) : void
index int
리턴 void

SaveData() 공개 메소드

public SaveData ( ) : void
리턴 void

프로퍼티 상세

hud 공개적으로 프로퍼티

public HUD[], hud
리턴 HUD[],

resourcePath 공개적으로 프로퍼티

public string resourcePath
리턴 string