C# 클래스 UnityEngine.Serialization.UnitySurrogateSelector

상속: Object, ISurrogateSelector
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
ChainSelector ( ISurrogateSelector selector ) : void
GetNextSelector ( ) : ISurrogateSelector
GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate
UnitySurrogateSelector ( )

메소드 상세

ChainSelector() 공개 메소드

public ChainSelector ( ISurrogateSelector selector ) : void
selector ISurrogateSelector
리턴 void

GetNextSelector() 공개 메소드

public GetNextSelector ( ) : ISurrogateSelector
리턴 ISurrogateSelector

GetSurrogate() 공개 메소드

public GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate
type Type
context StreamingContext
selector ISurrogateSelector
리턴 ISerializationSurrogate

UnitySurrogateSelector() 공개 메소드