unity inspector header attribute
//HEADER ATTRIBUTE
using UnityEngine;
public class Example : MonoBehaviour
{
[Header("Health Settings")]
public int health = 0;
public int maxHealth = 100;
[Header("Shield Settings")]
public int shield = 0;
public int maxShield = 0;
}
Also in C#:
- how do i foreach c#
- unity how to add a bullet impact force
- how to reference scripts in other scenes unity
- variables
- c# communicate with arduino
- redirect to https codeigniter
- c# singleton
- c# how to use inovke
- button color uwp c#
- check if two timespans intersect c#
- c# null conditional
- unity change text
- asp list box
- setting the parent of a transform which resides in a prefab
- Oculus Go virtual mapping
- iteration c#
- internal c#
- membership get user id
- c# string remove special characters
- c# math to radiant
- c# regex replace
- c# post request
- unity cycle children
- how to convert object in string JSON c#