com.onlineobject.objectnet Namespace

NetworkScriptsReference..::..IsIgnoreType Method (MonoBehaviour)

Checks if a MonoBehaviour's type is in the global ignore list.

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

Syntax


public static bool IsIgnoreType(

	MonoBehaviour script

)

Parameters

script
Type: MonoBehaviour
The MonoBehaviour instance to check.

Return Value

True if the MonoBehaviour's type is ignored, false otherwise.