Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SerializedObject.GetIterator

GetIterator(): SerializedProperty;
SerializedProperty GetIterator();
def GetIterator() as SerializedProperty

Description

Get the first serialized property.

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

See Also: FindProperty, SerializedProperty.