Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StageHandle.Contains

Declaration

public bool Contains(GameObject gameObject);

Parameters

gameObject The GameObject to check.

Returns

bool True if the stage contains the given GameObject.

Description

Does the stage contain the given GameObject?