Table of Contents

Load Method

Load()

public UniTask Load()

Loads All ISavable

Returns

UniTask

Load(ISaveable)

public UniTask Load(ISaveable savableComponent)

This is for Loading a component Externally

Parameters

savableComponent ISaveable

Returns

UniTask

Load(List<ISaveable>)

public UniTask Load(List<ISaveable> orderedList)

Loads Savables in the order they are given in the list

Parameters

orderedList List<ISaveable>

Returns

UniTask