C# Class Mirror.Weaver.SyncListProcessor

generates OnSerialize/OnDeserialize for SyncLists
Afficher le fichier Open project: ShrineGames/NetworkingTutorial Class Usage Examples

Méthodes publiques

Méthode Description
Process ( TypeDefinition td, TypeReference mirrorBaseType ) : void

Generates serialization methods for synclists

Method Details

Process() public static méthode

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
Résultat void