|
Astra Unity 2.6.6
Astra Unity Plugin
|
Interface for 3 element generic tuplets More...

Public Member Functions | |
| void | UpsertBySlot (int slot, System.Object a, System.Object b, System.Object c) |
| void | RemoveBySlot (int slot, bool reindex=true) |
| Tuplet< System.Object, System.Object, System.Object > | GetFromSlotGeneric (int slot) |
| System.Collections.IEnumerator | GetEnumeratorGeneric () |
| System.Type | GetFirstType () |
| System.Type | GetSecondType () |
| System.Type | GetThirdType () |
Properties | |
| int | Count [get] |
Interface for 3 element generic tuplets
| System.Collections.IEnumerator Astra.Serialization.ITuplets3.GetEnumeratorGeneric | ( | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
| Tuplet< System.Object, System.Object, System.Object > Astra.Serialization.ITuplets3.GetFromSlotGeneric | ( | int | slot | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
| void Astra.Serialization.ITuplets3.RemoveBySlot | ( | int | slot, |
| bool | reindex = true |
||
| ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
| void Astra.Serialization.ITuplets3.UpsertBySlot | ( | int | slot, |
| System.Object | a, | ||
| System.Object | b, | ||
| System.Object | c | ||
| ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >.