Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Simian
InventoryObject
C# Class Simian.InventoryObject
Base class that inventory items and folders inherit from
Datei anzeigen
Open project: 3di/3di-viewer-rei-libs
Public Properties
Property
Type
Description
ID
UUID
Name
string
OwnerID
UUID
Parent
InventoryObject
ParentID
UUID
Public Methods
Method
Description
GetHashCode
( ) :
int
Method Details
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Property Details
ID
public_oe property
OpenMetaverse.UUID
of the inventory item
public
UUID
ID
return
UUID
Name
public_oe property
Item name
public
string
Name
return
string
OwnerID
public_oe property
Item owner
OpenMetaverse.UUID
public
UUID
OwnerID
return
UUID
Parent
public_oe property
Parent folder
public
InventoryObject
Parent
return
InventoryObject
ParentID
public_oe property
OpenMetaverse.UUID
of the parent folder
public
UUID
ParentID
return
UUID