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 |
|---|---|
| StaticEditorFlags | The static editor flags of the GameObject specified. |