Version: 2020.3
public long longValue ;

描述

长整型属性的值。

propertyTypeSerializedPropertyType.Integer 时,包含一个有效值。 用于访问 sbyte、byte、short、ushort、int、uint、long 和 ulong 属性。

intValue 分配浮点时,值会被限制为属性的声明类型的范围。例如,如果属性声明为 byte,则值范围为 0 到 255。

另请参阅:intValuepropertyTypeSerializedPropertyType.Integer