C# Class OpenSim.Framework.TaskInventoryItem

Represents an item in a task inventory
Inheritance: ICloneable
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
InvTypes string[]
Types string[]

Méthodes publiques

Méthode Description
Clone ( ) : Object
ResetIDs ( UUID partID ) : void

Reset the UUIDs for this item.

TaskInventoryItem ( ) : System

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

ResetIDs() public méthode

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

TaskInventoryItem() public méthode

public TaskInventoryItem ( ) : System
Résultat System

Property Details

InvTypes public_oe static_oe property

Inventory types
public static string[] InvTypes
Résultat string[]

Types public_oe static_oe property

Asset types
public static string[] Types
Résultat string[]