createScript
ScriptManagerInterface::createScript
Creates a new Script for a Scriptable Component.
Declaration
template <typename T>
T* createScript();
Parameters
None.
Returns
A script of type T derived from Script.
Notes
The type of the Script to create must be passed as a template.