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