Version: 2022.3
언어: 한국어

GizmoType

enumeration

매뉴얼로 전환

설명

Determines how a gizmo is drawn or picked in the Unity editor.

The types can be combined together with an OR operator.

See Also: DrawGizmo.

변수

PickableThe gizmo can be picked in the editor.
NotInSelectionHierarchyDraw the gizmo if it is not selected and also no parent/ancestor is selected.
NonSelectedDraw the gizmo if it is not selected.
SelectedDraw the gizmo if it is selected.
ActiveDraw the gizmo if it is active (shown in the inspector).
InSelectionHierarchyDraw the gizmo if it is selected or it is a child/descendent of the selected.