Astra Unity 2.6.6
Astra Unity Plugin
Astra.Serialization.ITuplets2T< A, B > Interface Template Reference

Interface for 2 element typed tuplets More...

Inheritance diagram for Astra.Serialization.ITuplets2T< A, B >:

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]
 

Detailed Description

Interface for 2 element typed tuplets

Member Function Documentation

◆ GetEnumerator()

System.Collections.IEnumerator Astra.Serialization.ITuplets2T< A, B >.GetEnumerator ( )

◆ GetFromSlot()

◆ RemoveBySlot()

void Astra.Serialization.ITuplets2T< A, B >.RemoveBySlot ( int  slot,
bool  reindex = true 
)

◆ UpsertBySlot()

void Astra.Serialization.ITuplets2T< A, B >.UpsertBySlot ( int  slot,
a,
b 
)

The documentation for this interface was generated from the following file: