C# Class RocketLeagueReplayParser.Replay

Afficher le fichier Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Private Properties

Свойство Type Description
ExtractFrames List
FixClassParent void

Méthodes publiques

Méthode Description
ColorFromHSV ( double hue, double saturation, double value ) : System.Color
Deserialize ( BinaryReader br ) : Replay
Deserialize ( string filePath ) : Replay
DeserializeHeader ( BinaryReader br ) : Replay
DeserializeHeader ( string filePath ) : Replay
HeatMapColor ( double value ) : System.Color
MaxChannels ( ) : int
Serialize ( Stream stream ) : void
ToDebugString ( ) : string
ToHeatmap ( ) : void
ToObj ( ) : void
ToPositionJson ( ) : string
ValidateCrc ( string filePath, bool onlyPartOne ) : bool

Private Methods

Méthode Description
ExtractFrames ( int maxChannels, IEnumerable networkStream, IEnumerable keyFramePositions, string objectIdToName, IEnumerable classNetCache, UInt32 versionMajor, UInt32 versionMinor ) : List
FixClassParent ( string childClassName, string parentClassName ) : void

Method Details

ColorFromHSV() public static méthode

public static ColorFromHSV ( double hue, double saturation, double value ) : System.Color
hue double
saturation double
value double
Résultat System.Color

Deserialize() public static méthode

public static Deserialize ( BinaryReader br ) : Replay
br System.IO.BinaryReader
Résultat Replay

Deserialize() public static méthode

public static Deserialize ( string filePath ) : Replay
filePath string
Résultat Replay

DeserializeHeader() public static méthode

public static DeserializeHeader ( BinaryReader br ) : Replay
br System.IO.BinaryReader
Résultat Replay

DeserializeHeader() public static méthode

public static DeserializeHeader ( string filePath ) : Replay
filePath string
Résultat Replay

HeatMapColor() public méthode

public HeatMapColor ( double value ) : System.Color
value double
Résultat System.Color

MaxChannels() public méthode

public MaxChannels ( ) : int
Résultat int

Serialize() public méthode

public Serialize ( Stream stream ) : void
stream Stream
Résultat void

ToDebugString() public méthode

public ToDebugString ( ) : string
Résultat string

ToHeatmap() public méthode

public ToHeatmap ( ) : void
Résultat void

ToObj() public méthode

public ToObj ( ) : void
Résultat void

ToPositionJson() public méthode

public ToPositionJson ( ) : string
Résultat string

ValidateCrc() public static méthode

public static ValidateCrc ( string filePath, bool onlyPartOne ) : bool
filePath string
onlyPartOne bool
Résultat bool