Version: 2022.1
言語: 日本語
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).

See Also: longValue, uintValue, numericType, propertyType, SerializedPropertyType.Integer.