语言English
  • C#

SerializedProperty.ulongValue

public ulong ulongValue;

描述

整数属性的值,以无符号长整型表示。

propertyTypeSerializedPropertyType.Integer 时,包含有效值。适用于当 numericTypeSerializedPropertyNumericType.UInt64 时访问值,并且还支持较小的无符号类型(uint、ushort 和 byte)。

其他资源:longValueuintValuenumericTypepropertyTypeSerializedPropertyType.Integer


Did you find this page useful? Please give it a rating: