com.onlineobject.objectnet Namespace

ScriptList Members

The ScriptList type exposes the following members.

Methods


  Name Description
Public method ClearScripts
Clears all registered scripts from the list.
Public method ContainsScript
Checks if the specified MonoBehaviour script is contained within the list.
Public method GetScripts
Retrieves the list of registered scripts.
Public method RegisterScript
Registers a new MonoBehaviour script in the list if it is not already present.
Public method UnRegisterScript
Unregisters a MonoBehaviour script from the list if it exists.