Version: 2022.1
언어: 한국어
public uint uintValue ;

설명

Value of an integer property as an unsigned int.

Contains a valid value when propertyType is SerializedPropertyType.Integer. Suitable for unsigned types of 32 bits or smaller (uint, ushort and byte).

See Also: ulongValue, intValue, numericType, propertyType, SerializedPropertyType.Integer.