整数属性的值,以长整型表示。
当 propertyType 为 SerializedPropertyType.Integer 时,包含有效值。最适用于长整型属性 (SerializedPropertyNumericType.Int64),但可用于所有 64 位或更小的整数类型,尽管对于 SerializedPropertyNumericType.UInt64,建议使用 ulongValue。
为 longValue 分配值时,该值将在属性声明类型的范围内进行钳位。例如,声明为 ushort 的属性将在 0 到 65,535 之间进行钳位。
其他资源:intValue、ulongValue、propertyType、SerializedPropertyType.Integer。