长整型属性的值。
当 propertyType 为 SerializedPropertyType.Integer 时,包含一个有效值。
用于访问 sbyte、byte、short、ushort、int、uint、long 和 ulong 属性。
向 intValue 分配浮点时,值会被限制为属性的声明类型的范围。例如,如果属性声明为 byte,则值范围为 0 到 255。
另请参阅:intValue、propertyType、SerializedPropertyType.Integer。