This version of Unity is unsupported.

StageHandle.Contains

public bool Contains(GameObject gameObject);

Parameters

gameObjectThe GameObject to check.

Returns

bool True if the stage contains the given GameObject.

Description

Does the stage contain the given GameObject?