C# 클래스 Nanook.TheGhost.GameFile

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

Private Properties

프로퍼티 타입 설명
GameFile System
GameFile System
UpdateLocalDateTime void

공개 메소드들

메소드 설명
CreateArray ( ) : Nanook.TheGhost.GameFile[]
CreateGameArray ( ) : string[]
CreateLocalArray ( ) : string[]

비공개 메소드들

메소드 설명
GameFile ( string gameName, string localName, GameFileType type ) : System

Create an instance that maps a game file to a local path

GameFile ( string gameName, string localName, GameFileType type, bool isNew ) : System

Create an instance that maps a game file to a local path

UpdateLocalDateTime ( ) : void

Called to update the LocalDateTime to indicate there are no changes

메소드 상세

CreateArray() 공개 정적인 메소드

public static CreateArray ( ) : Nanook.TheGhost.GameFile[]
리턴 Nanook.TheGhost.GameFile[]

CreateGameArray() 공개 정적인 메소드

public static CreateGameArray ( ) : string[]
리턴 string[]

CreateLocalArray() 공개 정적인 메소드

public static CreateLocalArray ( ) : string[]
리턴 string[]