API ReferenceSandbox
SerializedCollectionclass
Constructors1
Showing 1 constructors
protected SerializedCollection()
No results match this filter.
Methods6
Showing 6 methods
public virtual Sandbox.SerializedProperty NewKeyProperty()
public virtual bool Remove(Sandbox.SerializedProperty property)
| Parameter | Type | Description |
|---|---|---|
| property | SerializedProperty | — |
Returns:
bool—public virtual bool RemoveAt(object index)
| Parameter | Type | Description |
|---|---|---|
| index | object | — |
Returns:
bool—public virtual void SetTargetObject(object obj, Sandbox.SerializedProperty property)
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
| property | SerializedProperty | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public System.Type Sandbox.SerializedCollection.KeyType { get; set; }
public object Sandbox.SerializedCollection.TargetObject { get; set; }
Returns:
object—public System.Type Sandbox.SerializedCollection.ValueType { get; set; }
No results match this filter.