Astra Unity 2.6.6
Astra Unity Plugin
|
Interface for 2 element typed tuplets More...
Public Member Functions | |
void | UpsertBySlot (int slot, A a, B b) |
void | RemoveBySlot (int slot, bool reindex=true) |
Tuplet< A, B > | GetFromSlot (int slot) |
System.Collections.IEnumerator | GetEnumerator () |
Properties | |
int | Count [get] |
Interface for 2 element typed tuplets
System.Collections.IEnumerator Astra.Serialization.ITuplets2T< A, B >.GetEnumerator | ( | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
Tuplet< A, B > Astra.Serialization.ITuplets2T< A, B >.GetFromSlot | ( | int | slot | ) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
void Astra.Serialization.ITuplets2T< A, B >.RemoveBySlot | ( | int | slot, |
bool | reindex = true |
||
) |
Implemented in Astra.Serialization.Tuplets< A, B, C >, and Astra.Serialization.Tuplets< A, B, C >.
void Astra.Serialization.ITuplets2T< A, B >.UpsertBySlot | ( | int | slot, |
A | a, | ||
B | b | ||
) |
Implemented in Astra.Serialization.Tuplets< A, B, C >.