SerializedObject.GetIterator 获取迭代器
function GetIterator () : SerializedProperty
Description描述
Get the first serialized property.
得到第一个被序列化属性。
You can use this to go over all properties of the target object.
你可以用这个来遍历所有属性的目标对象。
参见:FindProperty, SerializedProperty.
最后修改:2011年6月17日 Friday 9:33