C# 클래스 Mirror.Weaver.SyncListProcessor

generates OnSerialize/OnDeserialize for SyncLists
파일 보기 프로젝트 열기: ShrineGames/NetworkingTutorial 1 사용 예제들

공개 메소드들

메소드 설명
Process ( TypeDefinition td, TypeReference mirrorBaseType ) : void

Generates serialization methods for synclists

메소드 상세

Process() 공개 정적인 메소드

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
리턴 void