Property | Type | Description | |
---|---|---|---|
_arrayList | ArrayList |
Method | Description | |
---|---|---|
Add ( object value, string type ) : void | ||
AddRange ( ICollection collection, string type ) : int | ||
Awake ( ) : void | ||
InspectorEdit ( int index ) : void | ||
Remove ( object value, string type ) : bool | ||
Set ( int index, object value, string type ) : void | ||
isCollectionDefined ( ) : bool |
Method | Description | |
---|---|---|
PreFillArrayList ( ) : void |
public Add ( object value, string type ) : void | ||
value | object | |
type | string | |
return | void |
public AddRange ( ICollection collection, string type ) : int | ||
collection | ICollection | |
type | string | |
return | int |
public Remove ( object value, string type ) : bool | ||
value | object | |
type | string | |
return | bool |
public Set ( int index, object value, string type ) : void | ||
index | int | |
value | object | |
type | string | |
return | void |