uintValue
Value of an integer property as an unsigned int.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public uint uintValue { get; set; }
Remarks
Contains a valid value when SerializedProperty.propertyType is SerializedPropertyType.Integer. Suitable for unsigned types of 32 bits or smaller (uint, ushort and byte).