|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | WrappedPropertyDescriptor |
Public Member Functions | |
| void | CopyTo (Array array, int index) |
| IEnumerator | GetEnumerator () |
| int | IndexOf (DesignerOptionCollection value) |
| bool | ShowDialog () |
| int | Add (object? value) |
| bool | Contains (object? value) |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
| void | Remove (object? value) |
Package Functions | |
| DesignerOptionCollection (DesignerOptionService service, DesignerOptionCollection parent, string name, object value) | |
Properties | |
| int | Count [get] |
| string | Name [get] |
| DesignerOptionCollection? | Parent [get] |
| PropertyDescriptorCollection | Properties [get] |
| DesignerOptionCollection? | this[int index] [get] |
| DesignerOptionCollection? | this[string name] [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
| bool IList. | IsFixedSize [get] |
| bool IList. | IsReadOnly [get] |
| object? IList. | this[int index] [get, set] |
Private Member Functions | |
| void | EnsurePopulated () |
| int IList. | Add (object value) |
| void IList. | Clear () |
| bool IList. | Contains (object value) |
| int IList. | IndexOf (object value) |
| void IList. | Insert (int index, object value) |
| void IList. | Remove (object value) |
| void IList. | RemoveAt (int index) |
Static Private Member Functions | |
| static object | RecurseFindValue (DesignerOptionCollection options) |
Private Attributes | |
| readonly DesignerOptionService | _service |
| readonly object | _value |
| ArrayList | _children |
| PropertyDescriptorCollection | _properties |
Definition at line 11 of file DesignerOptionService.cs.