C# 클래스 OpenMetaverse.Messages.Linden.BaseResourcesInfo

Resource usage base class, both agent and parcel resource usage contains summary information
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
SummaryAvailable int>.Dictionary
SummaryUsed int>.Dictionary

공개 메소드들

메소드 설명
Deserialize ( OSDMap map ) : void

Deserializes object from OSD

Serialize ( ) : OSDMap

Serializes object

메소드 상세

Deserialize() 공개 메소드

Deserializes object from OSD
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serializes object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

SummaryAvailable 공개적으로 프로퍼티

Summary of available resources, keys are resource names, values are resource usage for that specific resource
public Dictionary SummaryAvailable
리턴 int>.Dictionary

SummaryUsed 공개적으로 프로퍼티

Summary resource usage, keys are resource names, values are resource usage for that specific resource
public Dictionary SummaryUsed
리턴 int>.Dictionary