C# 클래스 FSO.SimAntics.Primitives.VMTransferFundsState

상속: FSO.SimAntics.Model.TSOPlatform.VMAsyncState
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Budget1 uint
Budget2 uint
Success bool
TransferAmount int
UID1 uint
UID2 uint

공개 메소드들

메소드 설명
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

프로퍼티 상세

Budget1 공개적으로 프로퍼티

public uint Budget1
리턴 uint

Budget2 공개적으로 프로퍼티

public uint Budget2
리턴 uint

Success 공개적으로 프로퍼티

public bool Success
리턴 bool

TransferAmount 공개적으로 프로퍼티

public int TransferAmount
리턴 int

UID1 공개적으로 프로퍼티

public uint UID1
리턴 uint

UID2 공개적으로 프로퍼티

public uint UID2
리턴 uint