C# 클래스 FSO.SimAntics.Marshals.VMMarshal

상속: VMSerializable
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Compressed bool
Context VMContextMarshal
Entities FSO.SimAntics.Marshals.VMEntityMarshal[]
GlobalState short[]
LATEST_VERSION int
MultitileGroups FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]
ObjectId short
PlatformState FSO.SimAntics.Model.VMPlatformState
Threads FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]
Version int

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

Compressed 공개적으로 프로퍼티

public bool Compressed
리턴 bool

Context 공개적으로 프로퍼티

public VMContextMarshal,FSO.SimAntics.Marshals Context
리턴 VMContextMarshal

Entities 공개적으로 프로퍼티

public VMEntityMarshal[],FSO.SimAntics.Marshals Entities
리턴 FSO.SimAntics.Marshals.VMEntityMarshal[]

GlobalState 공개적으로 프로퍼티

public short[] GlobalState
리턴 short[]

LATEST_VERSION 공개적으로 정적으로 프로퍼티

public static int LATEST_VERSION
리턴 int

MultitileGroups 공개적으로 프로퍼티

public VMMultitileGroupMarshal[],FSO.SimAntics.Marshals MultitileGroups
리턴 FSO.SimAntics.Marshals.VMMultitileGroupMarshal[]

ObjectId 공개적으로 프로퍼티

public short ObjectId
리턴 short

PlatformState 공개적으로 프로퍼티

public VMPlatformState,FSO.SimAntics.Model PlatformState
리턴 FSO.SimAntics.Model.VMPlatformState

Threads 공개적으로 프로퍼티

public VMThreadMarshal[],FSO.SimAntics.Marshals.Threads Threads
리턴 FSO.SimAntics.Marshals.Threads.VMThreadMarshal[]

Version 공개적으로 프로퍼티

public int Version
리턴 int