JUtils
A unity utilities library
JUtils.RequiredAttribute Class Reference

When an UnityEngine.Object reference has not been set, show a big warning More...

Inheritance diagram for JUtils.RequiredAttribute:
Collaboration diagram for JUtils.RequiredAttribute:

Detailed Description

When an UnityEngine.Object reference has not been set, show a big warning

namespace Example
{
public class RequiredExample : MonoBehaviour
{
[SerializeField, Required] private GameObject _bulletPrefab;
}
}

The documentation for this class was generated from the following file: