Version: 2023.2
public ulong ulongValue ;

描述

Value of an integer property as an unsigned long.

Contains a valid value when propertyType is SerializedPropertyType.Integer. Suitable for accessing values when numericType is SerializedPropertyNumericType.UInt64, and also supports smaller unsigned types (uint, ushort and byte).

Additional resources: longValue, uintValue, numericType, propertyType, SerializedPropertyType.Integer.