Astra Unity 2.6.6
Astra Unity Plugin
Astra.Serialization.ITuplets2 Interface Reference

Interface for 2 element generic tuplets More...

Inheritance diagram for Astra.Serialization.ITuplets2:

Public Member Functions

void UpsertBySlot (int slot, System.Object a, System.Object b)
 
void RemoveBySlot (int slot, bool reindex=true)
 
Tuplet< System.Object, System.Object > GetFromSlotGeneric (int slot)
 
System.Collections.IEnumerator GetEnumeratorGeneric ()
 

Properties

int Count [get]
 

Detailed Description

Interface for 2 element generic tuplets

Member Function Documentation

◆ GetEnumeratorGeneric()

System.Collections.IEnumerator Astra.Serialization.ITuplets2.GetEnumeratorGeneric ( )

◆ GetFromSlotGeneric()

Tuplet< System.Object, System.Object > Astra.Serialization.ITuplets2.GetFromSlotGeneric ( int  slot)

◆ RemoveBySlot()

void Astra.Serialization.ITuplets2.RemoveBySlot ( int  slot,
bool  reindex = true 
)

◆ UpsertBySlot()

void Astra.Serialization.ITuplets2.UpsertBySlot ( int  slot,
System.Object  a,
System.Object  b 
)

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