You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This must have two parameters, one object that is the target, and the second is GizmoType. The inspection should verify the type of the target object. (What is this type? MonoBehaviour? Component?)
The text was updated successfully, but these errors were encountered:
Add inspections to ensure callback methods marked with the
DrawGizmo
attribute are defined with the correct parameters, e.g.This must have two parameters, one object that is the target, and the second is
GizmoType
. The inspection should verify the type of the target object. (What is this type?MonoBehaviour
?Component
?)The text was updated successfully, but these errors were encountered: