C# 클래스 HyoutaTools.Other.PicrossDS.ClassicPuzzle

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

공개 프로퍼티들

프로퍼티 타입 설명
ClearTime uint
Deleted bool
Height byte
IndexForGui int
Mode byte
PackLetter byte
PackName string
PackNumber byte
PuzzleData uint[]
PuzzleName string
Type byte
Unknown2 byte
Unknown3 byte
Width byte

공개 메소드들

메소드 설명
ClassicPuzzle ( ) : System
ClassicPuzzle ( byte File, uint Offset ) : System
ToString ( ) : string
Write ( byte File, uint Offset ) : void

메소드 상세

ClassicPuzzle() 공개 메소드

public ClassicPuzzle ( ) : System
리턴 System

ClassicPuzzle() 공개 메소드

public ClassicPuzzle ( byte File, uint Offset ) : System
File byte
Offset uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( byte File, uint Offset ) : void
File byte
Offset uint
리턴 void

프로퍼티 상세

ClearTime 공개적으로 프로퍼티

public uint ClearTime
리턴 uint

Deleted 공개적으로 프로퍼티

public bool Deleted
리턴 bool

Height 공개적으로 프로퍼티

public byte Height
리턴 byte

IndexForGui 공개적으로 프로퍼티

public int IndexForGui
리턴 int

Mode 공개적으로 프로퍼티

public byte Mode
리턴 byte

PackLetter 공개적으로 프로퍼티

public byte PackLetter
리턴 byte

PackName 공개적으로 프로퍼티

public string PackName
리턴 string

PackNumber 공개적으로 프로퍼티

public byte PackNumber
리턴 byte

PuzzleData 공개적으로 프로퍼티

public uint[] PuzzleData
리턴 uint[]

PuzzleName 공개적으로 프로퍼티

public string PuzzleName
리턴 string

Type 공개적으로 프로퍼티

public byte Type
리턴 byte

Unknown2 공개적으로 프로퍼티

public byte Unknown2
리턴 byte

Unknown3 공개적으로 프로퍼티

public byte Unknown3
리턴 byte

Width 공개적으로 프로퍼티

public byte Width
리턴 byte