C# Class Alexandria.Engines.DarkSouls.TableRows.ToneMapping

Defined as "TONE_MAP_BANK" in Dark Souls in the file "ToneMapBank.paramdef" (id 06h).
Inheritance: ParameterTableRow
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
BloomBeginProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
ToneMapping System
ToneMapping System

Public Methods

Method Description
Write ( BinaryWriter writer ) : void

Write the ToneMapping row to the stream.

Private Methods

Method Description
ToneMapping ( ParameterTable table, int index ) : System
ToneMapping ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Method Details

Write() public method

Write the ToneMapping row to the stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

BloomBeginProperty public_oe static_oe property

A property in the class.
public static PropertyInfo,System.Reflection BloomBeginProperty
return System.Reflection.PropertyInfo