com.onlineobject.objectnet Namespace

ScriptList..::..ContainsScript Method

Checks if the specified MonoBehaviour script is contained within the list.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool ContainsScript(

	MonoBehaviour script

)

Parameters

script
Type: MonoBehaviour
The MonoBehaviour script to check for.

Return Value

True if the script is contained in the list; otherwise, false.