Version: 2022.3
言語: 日本語
public static void ApplyGizmoInfo (GizmoInfo info, bool addToRecentlyChanged);

パラメーター

info The GizmoInfo to apply.
addToRecentlyChanged Set true to append this component to the "Recently Changed" list in the Annotation Window.

説明

Apply [[GizmoInfo::gizmoEnabled]] and [[GizmoInfo::iconEnabled]] for a GizmoInfo object.

This is equivalent to calling [[GizmoUtility::SetGizmoEnabled]] and [[GizmoUtility::SetIconEnabled]].