EditorUtility.CreateGameObjectWithHideFlagsstatic function CreateGameObjectWithHideFlags (name : string, flags : HideFlags, params components : Type[]) : GameObjectDescriptionCreates a game object with HideFlags and specified components. This is very similar to creating a GameObject the usual way, except it sets the specified HideFlags immediately. |
