C# Class NewSF64Toolkit.DataStructures.DataObjects.LevelHeader

Inheritance: IGameDataStructure
Datei anzeigen Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
AmbientLightingBlue uint
AmbientLightingGreen uint
AmbientLightingRed uint
BGMTrack byte
DiffuseLightingBlue uint
DiffuseLightingGreen uint
DiffuseLightingRed uint
FogBlue uint
FogFarDist uint
FogGreen uint
FogNearDist uint
FogRed uint
Offset int
Unk1 uint
Unk2 uint
Unk3 byte
Unk4 byte
Unk5 byte
Unk6 float
Unk7 float
Unk8 float

Public Methods

Method Description
GetAsBytes ( ) : byte[]
LevelHeader ( int offset, byte bytes ) : System
LoadFromBytes ( byte bytes ) : bool

Method Details

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

LevelHeader() public method

public LevelHeader ( int offset, byte bytes ) : System
offset int
bytes byte
return System

LoadFromBytes() public method

public LoadFromBytes ( byte bytes ) : bool
bytes byte
return bool

Property Details

AmbientLightingBlue public_oe property

public uint AmbientLightingBlue
return uint

AmbientLightingGreen public_oe property

public uint AmbientLightingGreen
return uint

AmbientLightingRed public_oe property

public uint AmbientLightingRed
return uint

BGMTrack public_oe property

public byte BGMTrack
return byte

DiffuseLightingBlue public_oe property

public uint DiffuseLightingBlue
return uint

DiffuseLightingGreen public_oe property

public uint DiffuseLightingGreen
return uint

DiffuseLightingRed public_oe property

public uint DiffuseLightingRed
return uint

FogBlue public_oe property

public uint FogBlue
return uint

FogFarDist public_oe property

public uint FogFarDist
return uint

FogGreen public_oe property

public uint FogGreen
return uint

FogNearDist public_oe property

public uint FogNearDist
return uint

FogRed public_oe property

public uint FogRed
return uint

Offset public_oe property

public int Offset
return int

Unk1 public_oe property

public uint Unk1
return uint

Unk2 public_oe property

public uint Unk2
return uint

Unk3 public_oe property

public byte Unk3
return byte

Unk4 public_oe property

public byte Unk4
return byte

Unk5 public_oe property

public byte Unk5
return byte

Unk6 public_oe property

public float Unk6
return float

Unk7 public_oe property

public float Unk7
return float

Unk8 public_oe property

public float Unk8
return float