Version: 2022.3
言語: 日本語
public static void SetGizmoEnabled (Type type, bool enabled, bool addToRecentlyChanged);

パラメーター

type The component type to render or hide gizmos.
enabled Set true to render gizmos in the Scene View, false to hide.
addToRecentlyChanged Set true to append this component to the "Recently Changed" list in the Annotation Window.

説明

Enable or disable gizmo rendering in the Scene View for a component type. Gizmos are the simple lines and guides drawn by component editors. For example, the Camera frustum guidelines are gizmos.

Type must be assignable to UnityEngine.Component.