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

パラメーター

type The component type to render or hide icons.
enabled Set true to render icons for this component type in the Scene View, false to hide.

説明

Enable or disable icon rendering for all objects in the Scene View for a component type.

Type must be assignable to Component.