C# Class RocketLeagueReplayParser.KeyFrame

Mostrar archivo Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Public Methods

Method Description
Deserialize ( BinaryReader bs ) : KeyFrame
Serialize ( ) : IEnumerable
ToDebugString ( ) : string

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader bs ) : KeyFrame
bs System.IO.BinaryReader
return KeyFrame

Serialize() public method

public Serialize ( ) : IEnumerable
return IEnumerable

ToDebugString() public method

public ToDebugString ( ) : string
return string