SerializedProperty.propertyType 属性类型

var propertyType : SerializedPropertyType

Description描述

Type of this property (Read Only).

该属性的类型(只读)。

Property type determines which of the "value" variable accessors are valid. For example, only intValue is valid for properties of SerializedPropertyType.Integer type.

propertyType确定变量值是有效的存取器。例如,对于SerializedPropertyType.Integer类型的属性,仅intValue是有效的。

参见:SerializedPropertyType.

最后修改:2011年7月11日 Monday 12:32

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。