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