class MAGES::SceneGraph::Editor::AddStepWindow::Item¶
class Item
{
public:
// properties
System.Type Type;
string Name;
string Description;
string DescriptionOrNone;
// methods
Item(System.Type type);
};
class Item
{
public:
// properties
System.Type Type;
string Name;
string Description;
string DescriptionOrNone;
// methods
Item(System.Type type);
};