Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

IUxmlAttributes.GetPropertyInt

切换到手册
public int GetPropertyInt (string propertyName, int def);

参数

propertyName 属性名称。
def 找不到该属性时的默认值。

返回

int 属性值或默认值(如果未找到)。

描述