C# Class RocketLeagueReplayParser.NetworkStream.ActorState

Exibir arquivo Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Private Properties

Property Type Description
ClassHasInitialPosition bool
ClassHasRotation bool

Public Methods

Method Description
Deserialize ( int maxChannels, List existingActorStates, List frameActorStates, string objectIndexToName, ClassNetCache>.IDictionary classNetCacheByName, UInt32 versionMajor, UInt32 versionMinor, BitReader br ) : ActorState
ObjectNameToClassNetCache ( string objectName, ClassNetCache>.IDictionary classNetCacheByName ) : ClassNetCache
Serialize ( int maxChannels, ActorState>.Dictionary newActorsById, UInt32 versionMajor, UInt32 versionMinor, BitWriter bw ) : void
ToDebugString ( string objects, string names ) : string

Private Methods

Method Description
ClassHasInitialPosition ( string className ) : bool
ClassHasRotation ( string className ) : bool

Method Details

Deserialize() public static method

public static Deserialize ( int maxChannels, List existingActorStates, List frameActorStates, string objectIndexToName, ClassNetCache>.IDictionary classNetCacheByName, UInt32 versionMajor, UInt32 versionMinor, BitReader br ) : ActorState
maxChannels int
existingActorStates List
frameActorStates List
objectIndexToName string
classNetCacheByName ClassNetCache>.IDictionary
versionMajor System.UInt32
versionMinor System.UInt32
br BitReader
return ActorState

ObjectNameToClassNetCache() public static method

public static ObjectNameToClassNetCache ( string objectName, ClassNetCache>.IDictionary classNetCacheByName ) : ClassNetCache
objectName string
classNetCacheByName ClassNetCache>.IDictionary
return ClassNetCache

Serialize() public method

public Serialize ( int maxChannels, ActorState>.Dictionary newActorsById, UInt32 versionMajor, UInt32 versionMinor, BitWriter bw ) : void
maxChannels int
newActorsById ActorState>.Dictionary
versionMajor System.UInt32
versionMinor System.UInt32
bw BitWriter
return void

ToDebugString() public method

public ToDebugString ( string objects, string names ) : string
objects string
names string
return string