C# Class COL.UnityGameWheels.Core.Asset.AssetIndexForReadWrite

Asset index in the read-write path.
Inheritance: COL.UnityGameWheels.Core.Asset.AssetIndexBase
Show file Open project: GarfieldJiang/UnityGameWheels.Core

Protected Methods

Method Description
DeserializeAugmentedData ( BinaryReader br ) : void
SerializeAugmentedData ( BinaryWriter bw ) : void

Method Details

DeserializeAugmentedData() protected method

protected DeserializeAugmentedData ( BinaryReader br ) : void
br BinaryReader
return void

SerializeAugmentedData() protected method

protected SerializeAugmentedData ( BinaryWriter bw ) : void
bw BinaryWriter
return void