C# Class HyoutaTools.Other.PicrossDS.ClassicPuzzle

Exibir arquivo Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
ClassicPuzzle ( ) : System
ClassicPuzzle ( byte File, uint Offset ) : System
ToString ( ) : string
Write ( byte File, uint Offset ) : void

Method Details

ClassicPuzzle() public method

public ClassicPuzzle ( ) : System
return System

ClassicPuzzle() public method

public ClassicPuzzle ( byte File, uint Offset ) : System
File byte
Offset uint
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte File, uint Offset ) : void
File byte
Offset uint
return void

Property Details

ClearTime public_oe property

public uint ClearTime
return uint

Deleted public_oe property

public bool Deleted
return bool

Height public_oe property

public byte Height
return byte

IndexForGui public_oe property

public int IndexForGui
return int

Mode public_oe property

public byte Mode
return byte

PackLetter public_oe property

public byte PackLetter
return byte

PackName public_oe property

public string PackName
return string

PackNumber public_oe property

public byte PackNumber
return byte

PuzzleData public_oe property

public uint[] PuzzleData
return uint[]

PuzzleName public_oe property

public string PuzzleName
return string

Type public_oe property

public byte Type
return byte

Unknown2 public_oe property

public byte Unknown2
return byte

Unknown3 public_oe property

public byte Unknown3
return byte

Width public_oe property

public byte Width
return byte