整数のプロパティーの値
propertyType が SerializedPropertyType.Integer のとき、有効な値が含まれています。
For accessing sbyte, byte, short, ushort, int and uint properties. If you are accessing long or ulong properties use longValue instead.
intValue に値を代入するとき、プロパティーの宣言型の範囲で値がクランプされます。たとえば、Byte として宣言されているプロパティーは 0 と 255 の間でクランプされます。
See Also: longValue, propertyType, SerializedPropertyType.Integer.