C# 클래스 FSO.SimAntics.Model.TSOPlatform.VMTSOLotState

상속: VMPlatformState
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
BuildRoommates HashSet
LotID uint
Name string
OwnerID uint
PropertyCategory byte
Roommates HashSet
Size int
TerrainType byte

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Tick ( VM vm, object owner ) : void

메소드 상세

Deserialize() 공개 메소드

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

SerializeInto() 공개 메소드

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

Tick() 공개 메소드

public Tick ( VM vm, object owner ) : void
vm VM
owner object
리턴 void

프로퍼티 상세

BuildRoommates 공개적으로 프로퍼티

public HashSet BuildRoommates
리턴 HashSet

LotID 공개적으로 프로퍼티

public uint LotID
리턴 uint

Name 공개적으로 프로퍼티

public string Name
리턴 string

OwnerID 공개적으로 프로퍼티

public uint OwnerID
리턴 uint

PropertyCategory 공개적으로 프로퍼티

public byte PropertyCategory
리턴 byte

Roommates 공개적으로 프로퍼티

public HashSet Roommates
리턴 HashSet

Size 공개적으로 프로퍼티

public int Size
리턴 int

TerrainType 공개적으로 프로퍼티

public byte TerrainType
리턴 byte