Answers for "unity inspector tooltip"

C#
3

unity tooltip

using UnityEngine;
public class Example : MonoBehaviour
{
    [Tooltip("Health value between 0 and 100.")]
    int health = 0;
}
Posted by: Guest on October-16-2020

Code answers related to "unity inspector tooltip"

C# Answers by Framework

Browse Popular Code Answers by Language