C# Класс RocketLeagueReplayParser.NetworkStream.ActorState

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ClassHasInitialPosition bool
ClassHasRotation bool

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ClassHasInitialPosition ( string className ) : bool
ClassHasRotation ( string className ) : bool

Описание методов

Deserialize() публичный статический Метод

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
Результат ActorState

ObjectNameToClassNetCache() публичный статический Метод

public static ObjectNameToClassNetCache ( string objectName, ClassNetCache>.IDictionary classNetCacheByName ) : ClassNetCache
objectName string
classNetCacheByName ClassNetCache>.IDictionary
Результат ClassNetCache

Serialize() публичный Метод

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
Результат void

ToDebugString() публичный Метод

public ToDebugString ( string objects, string names ) : string
objects string
names string
Результат string