Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.

Did you find this page useful? Please give it a rating: