Class CatalogItem
Item to be shown in the catalog window.
Inheritance
System.Object
CatalogItem
Implements
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class CatalogItem : GalleryItem, ICatalogItem
Properties
GroupTitle
Title of the group the item belongs to in the catalog window.
Declaration
public string GroupTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parent
The catalog the item belongs to.
Declaration
public ICatalog Parent { get; }
Property Value
Type | Description |
---|---|
ICatalog |
Properties
Properties to be shown in the Property window for the Assembly in the scene.
Declaration
public object Properties { get; }
Property Value
Type | Description |
---|---|
System.Object |
Title
Title of the item in the catalog window.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Construct()
Called when the chosen item in the catalog window is to be instantiated as an Assembly in the Scene.
Declaration
public IAssembly Construct()
Returns
Type | Description |
---|---|
IAssembly | Returns the Assembly that was constructed for the Scene |