C# Class RocketLeagueReplayParser.NetworkStream.ActiveActor

Show file Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Public Methods

Method Description
Deserialize ( BitReader br ) : ActiveActor
Serialize ( BitWriter bw ) : void

Method Details

Deserialize() public static method

public static Deserialize ( BitReader br ) : ActiveActor
br BitReader
return ActiveActor

Serialize() public method

public Serialize ( BitWriter bw ) : void
bw BitWriter
return void