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.