Property | Type | Description | |
---|---|---|---|
ClassHasInitialPosition | bool | ||
ClassHasRotation | bool |
Method | Description | |
---|---|---|
Deserialize ( int maxChannels, List |
||
ObjectNameToClassNetCache ( string objectName, ClassNetCache>.IDictionary |
||
Serialize ( int maxChannels, ActorState>.Dictionary |
||
ToDebugString ( string objects, string names ) : string |
Method | Description | |
---|---|---|
ClassHasInitialPosition ( string className ) : bool | ||
ClassHasRotation ( string className ) : bool |
public static Deserialize ( int maxChannels, List |
||
maxChannels | int | |
existingActorStates | List |
|
frameActorStates | List |
|
objectIndexToName | string | |
classNetCacheByName | ClassNetCache>.IDictionary | |
versionMajor | ||
versionMinor | ||
br | BitReader | |
return |
public static ObjectNameToClassNetCache ( string objectName, ClassNetCache>.IDictionary |
||
objectName | string | |
classNetCacheByName | ClassNetCache>.IDictionary | |
return | ClassNetCache |
public Serialize ( int maxChannels, ActorState>.Dictionary |
||
maxChannels | int | |
newActorsById | ActorState>.Dictionary | |
versionMajor | ||
versionMinor | ||
bw | BitWriter | |
return | void |
public ToDebugString ( string objects, string names ) : string | ||
objects | string | |
names | string | |
return | string |