Skip to content

Instantly share code, notes, and snippets.

@curegit
Last active September 5, 2020 07:15
Show Gist options
  • Save curegit/3859c918928f36aa7019a77331bc7926 to your computer and use it in GitHub Desktop.
Save curegit/3859c918928f36aa7019a77331bc7926 to your computer and use it in GitHub Desktop.
インスペクター拡張で tooltip 表示
public override void OnInspectorGUI()
{
Target.testFloat = EditorGUILayout.FloatField(new GUIContent("Test Float", "Here is a tooltip"), Target.testFloat);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment