C# Class Mirror.Weaver.SyncListProcessor

generates OnSerialize/OnDeserialize for SyncLists
Exibir arquivo Open project: ShrineGames/NetworkingTutorial Class Usage Examples

Public Methods

Method Description
Process ( TypeDefinition td, TypeReference mirrorBaseType ) : void

Generates serialization methods for synclists

Method Details

Process() public static method

Generates serialization methods for synclists
public static Process ( TypeDefinition td, TypeReference mirrorBaseType ) : void
td TypeDefinition The synclist class
mirrorBaseType TypeReference the base SyncObject td inherits from
return void