“Unity info-bulle” Réponses codées

Unity info-bulle

using UnityEngine;

public class Example : MonoBehaviour
{
    [Tooltip("Health value between 0 and 100.")]
    int health = 0;
}
//Straight from the scripting API
Fine Falcon

Unity info-bulle

using UnityEngine;

public class Example : MonoBehaviour
{
    [Tooltip("Health value between 0 and 100.")]
    int health = 0;
}
//Straight from the Unity Scripting API
Fine Falcon

Réponses similaires à “Unity info-bulle”

Questions similaires à “Unity info-bulle”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code