C# Class CSPspEmu.Hle.Formats.Dax.BlockInfo

显示文件 Open project: soywiz/cspspemu

Public Properties

Property Type Description
IsCompressed bool
Length ushort
Position uint

Property Details

IsCompressed public_oe property

public bool IsCompressed
return bool

Length public_oe property

public ushort Length
return ushort

Position public_oe property

Data containing information about the position and about if the block is compresed or not.
public uint Position
return uint