Manual     Reference     Scripting  
  
Scripting > Editor Classes > SerializedObject   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Attributes
  • Enumerations
  • History
  • Index
  • SerializedObject
  • All Members
  • Variables
  • isEditingMultipleObjects
  • targetObject
  • targetObjects
  • Constructors
  • SerializedObject
  • Functions
  • ApplyModifiedProperties
  • FindProperty
  • GetIterator
  • SetIsDifferentCacheDirty
  • Update
  • UpdateIfDirtyOrScript

SerializedObject.GetIterator  

function GetIterator () : SerializedProperty

Description

Get the first serialized property.

You can use this to go over all properties of the target object.

See Also: FindProperty, SerializedProperty.