Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetStaticEditorFlags(GameObject)

Gets the StaticEditorFlags of the GameObject specified.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static StaticEditorFlags GetStaticEditorFlags(GameObject go)

Parameters

The GameObject whose flags you are interested in.

Returns

Type

Description

StaticEditorFlagsThe static editor flags of the GameObject specified.