class SerializedCollection
😔 No documentation found.
public Func<SerializedProperty,SerializedObject> PropertyToObject
😔 No documentation found.
public Action OnEntryAdded
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public IEnumerable<object> Targets { get; }
😔 No documentation found.
public bool IsMultipleTargets { get; }
😔 No documentation found.
public void NoteFinishEdit( SerializedProperty childProperty )
😔 No documentation found.
public void NoteStartEdit( SerializedProperty childProperty )
😔 No documentation found.
public void NotePreChange( SerializedProperty childProperty )
😔 No documentation found.
public void NoteChanged( SerializedProperty childProperty )
😔 No documentation found.
public IEnumerator<SerializedProperty> GetEnumerator( )
😔 No documentation found.
public bool TryGetProperty( string v, ref SerializedProperty prop )
😔 No documentation found.
public SerializedProperty GetProperty( string v )
😔 No documentation found.
public Action OnEntryRemoved
😔 No documentation found.
public SerializedObject.PropertyFinishEditDelegate OnPropertyFinishEdit { get; set; }
😔 No documentation found.
public SerializedObject.PropertyChangedDelegate OnPropertyChanged { get; set; }
😔 No documentation found.
public SerializedObject.PropertyPreChangeDelegate OnPropertyPreChange { get; set; }
😔 No documentation found.
public string TypeTitle { get; }
😔 No documentation found.
public string TypeName { get; }
😔 No documentation found.
public string TypeIcon { get; }
😔 No documentation found.
public SerializedProperty ParentProperty { get; set; }
😔 No documentation found.
public SerializedProperty NewKeyProperty( )
😔 No documentation found.
public bool Add( object key, object value )
😔 No documentation found.
public bool Add( object value )
😔 No documentation found.
public bool RemoveAt( object index )
😔 No documentation found.
public bool Remove( SerializedProperty property )
😔 No documentation found.
public void SetTargetObject( object obj, SerializedProperty property )
😔 No documentation found.
public object TargetObject { get; }
😔 No documentation found.
public Type ValueType { get; }
😔 No documentation found.
public SerializedObject.PropertyStartEditDelegate OnPropertyStartEdit { get; set; }
😔 No documentation found.
public Type KeyType { get; }
😔 No documentation found.