Answers for "show tool tip unity field"

C#
2

show tool tip unity field

using UnityEngine;

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

C# Answers by Framework

Browse Popular Code Answers by Language