Version: 2022.3
언어: 한국어

GizmoInfo

class in UnityEditor

매뉴얼로 전환

설명

GizmoInfo contains information about the Scene View gizmo and icon for a component type.

See GizmoUtility for an example.

변수

gizmoEnabledToggle gizmo visibility in the Scene View for components of this type.
hasGizmoDefines whether a component type renders any gizmos in the Scene View.
hasIconDefines whether a component type renders an icon in the Scene View.
iconEnabledToggle icon visibility in the Scene View for components of this type.
nameThe display name for the type represented by this GizmoInfo.
scriptThe MonoBehaviour script asset corresponding to the component type represented by this GizmoInfo.
thumbA preview image for the component type.

Public 함수

CompareToReturns an integer value comparing the name property of two GizmoInfo types.