C# Class Universe.Framework.SceneInfo.TaskInventoryItem

Inheritance: ICloneable
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Private Properties

Property Type Description

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