SerializedObject.FindProperty 查找属性
function FindProperty (propertyPath : string) : SerializedProperty
Description描述
Find serialized property by name.
通过名字查找被序列化属性。
You can use this to find a specific property in the target object.
你可以用这个来查找一个特殊的属性在目标物体。
参见:GetIterator, SerializedProperty.
最后修改:2011年6月17日 Friday 9:39