Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

GameObjectUtility.AreStaticEditorFlagsSet

static function AreStaticEditorFlagsSet(go: GameObject, flags: StaticEditorFlags): bool;
static bool AreStaticEditorFlagsSet(GameObject go, StaticEditorFlags flags);
static def AreStaticEditorFlagsSet(go as GameObject, flags as StaticEditorFlags) as bool

Description

Returns true if the passed in StaticEditorFlags are set.