ulongValue
Value of an integer property as an unsigned long.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public ulong ulongValue { get; set; }
Remarks
Contains a valid value when SerializedProperty.propertyType is SerializedPropertyType.Integer. Suitable for accessing values when SerializedProperty.numericType is SerializedPropertyNumericType.UInt64, and also supports smaller unsigned types (uint, ushort and byte).