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

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