ScriptList Members
The ScriptList type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearScripts |
Clears all registered scripts from the list.
|
|
ContainsScript |
Checks if the specified MonoBehaviour script is contained within the list.
|
|
GetScripts |
Retrieves the list of registered scripts.
|
|
RegisterScript |
Registers a new MonoBehaviour script in the list if it is not already present.
|
|
UnRegisterScript |
Unregisters a MonoBehaviour script from the list if it exists.
|