Method AddGeneric
AddGeneric(string)
Adds a generic to the current scene.
Declaration
public Scene.Generic AddGeneric(string catalogFilename)
Parameters
Type | Name | Description |
---|---|---|
string | catalogFilename | The catalogue that is used in the new generic. |
Returns
Type | Description |
---|---|
Scene.Generic | Created generic. |