RangeAttributeの使い方あれこれ
const int MinLevel = 1; | |
const int MaxLevel = 255; | |
[Range(MinLevel, MaxLevel)][SerializeField] | |
int level; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment