C# 클래스 RocketLeagueReplayParser.Replay

파일 보기 프로젝트 열기: jjbott/RocketLeagueReplayParser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExtractFrames List
FixClassParent void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExtractFrames ( int maxChannels, IEnumerable networkStream, IEnumerable keyFramePositions, string objectIdToName, IEnumerable classNetCache, UInt32 versionMajor, UInt32 versionMinor ) : List
FixClassParent ( string childClassName, string parentClassName ) : void

메소드 상세

ColorFromHSV() 공개 정적인 메소드

public static ColorFromHSV ( double hue, double saturation, double value ) : System.Color
hue double
saturation double
value double
리턴 System.Color

Deserialize() 공개 정적인 메소드

public static Deserialize ( BinaryReader br ) : Replay
br System.IO.BinaryReader
리턴 Replay

Deserialize() 공개 정적인 메소드

public static Deserialize ( string filePath ) : Replay
filePath string
리턴 Replay

DeserializeHeader() 공개 정적인 메소드

public static DeserializeHeader ( BinaryReader br ) : Replay
br System.IO.BinaryReader
리턴 Replay

DeserializeHeader() 공개 정적인 메소드

public static DeserializeHeader ( string filePath ) : Replay
filePath string
리턴 Replay

HeatMapColor() 공개 메소드

public HeatMapColor ( double value ) : System.Color
value double
리턴 System.Color

MaxChannels() 공개 메소드

public MaxChannels ( ) : int
리턴 int

Serialize() 공개 메소드

public Serialize ( Stream stream ) : void
stream Stream
리턴 void

ToDebugString() 공개 메소드

public ToDebugString ( ) : string
리턴 string

ToHeatmap() 공개 메소드

public ToHeatmap ( ) : void
리턴 void

ToObj() 공개 메소드

public ToObj ( ) : void
리턴 void

ToPositionJson() 공개 메소드

public ToPositionJson ( ) : string
리턴 string

ValidateCrc() 공개 정적인 메소드

public static ValidateCrc ( string filePath, bool onlyPartOne ) : bool
filePath string
onlyPartOne bool
리턴 bool