class
MultiSerializedObject
public class MultiSerializedObject : SerializedObject An object (or data) that can be accessed as an object
Constructors
MultiSerializedObject() Properties
| Name | Type | Description |
|---|---|---|
TypeIcon virtual | String | |
TypeName virtual | String | |
TypeTitle virtual | String | |
IsValid virtual | Boolean | |
IsMultipleTargets virtual | Boolean | True if the target is multiple objects |
Targets virtual | IEnumerable<Object> | A list of actual target objects - if applicable |
Methods
Void Add(SerializedObject obj) Add an object. Don't forget to rebuild after editing!
Void Rebuild() Rebuild the object after modifying. This updates PropertyList.