GameObjectUtility.AreStaticEditorFlagsSet

public static bool AreStaticEditorFlagsSet(GameObject go, StaticEditorFlags flags);

Parameters

goThe GameObject to check.
flagsThe flags you want to check.

Returns

bool Whether the GameObject's static flags match the flags specified.

Description 描述

Returns true if the passed in StaticEditorFlags are set on the GameObject specified.