Api Sandbox SerializedCollection
class

SerializedCollection

public abstract class SerializedCollection : SerializedObject

Properties

Name Type Description
KeyType Type
ValueType Type
TargetObject Object

Methods

virtual Void SetTargetObject(Object obj, SerializedProperty property)
virtual Boolean Remove(SerializedProperty property)
virtual Boolean RemoveAt(Object index)
virtual Boolean Add(Object value)
virtual Boolean Add(Object key, Object value)
virtual SerializedProperty NewKeyProperty()

Fields

Name Type Description
OnEntryAdded Action
OnEntryRemoved Action
PropertyToObject Func<SerializedProperty, SerializedObject>
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.SerializedCollection