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

Interface for 3 element typed tuplets More...

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

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]
 

Detailed Description

Interface for 3 element typed tuplets

Member Function Documentation

◆ GetEnumerator()

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

◆ GetFromSlot()

◆ RemoveBySlot()

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

◆ UpsertBySlot()

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

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