C# Class OpenSim.Framework.DirPlacesReplyData

ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Status uint
auction bool
dwell float
forSale bool
name string
parcelID UUID

Property Details

Status public_oe property

public uint Status
return uint

auction public_oe property

public bool auction
return bool

dwell public_oe property

public float dwell
return float

forSale public_oe property

public bool forSale
return bool

name public_oe property

public string name
return string

parcelID public_oe property

public UUID parcelID
return UUID