RangeAttributeの使い方あれこれ
[Range(0, Mathf.Infinity)] | |
public float atk; | |
[Range(Mathf.NegativeInfinity, 0)] | |
public float def; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment