C# Class OpenSim.Framework.TaskInventoryItem

Represents an item in a task inventory
Inheritance: ICloneable
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
InvTypes string[]
Types string[]

Public Methods

Method Description
Clone ( ) : Object
ResetIDs ( UUID partID ) : void

Reset the UUIDs for this item.

TaskInventoryItem ( ) : System

Method Details

Clone() public method

public Clone ( ) : Object
return Object

ResetIDs() public method

Reset the UUIDs for this item.
public ResetIDs ( UUID partID ) : void
partID UUID The new part ID to which this item belongs
return void

TaskInventoryItem() public method

public TaskInventoryItem ( ) : System
return System

Property Details

InvTypes public_oe static_oe property

Inventory types
public static string[] InvTypes
return string[]

Types public_oe static_oe property

Asset types
public static string[] Types
return string[]