Class RecordLinks
- Namespace
- Chronicler
- Assembly
- Chronicler.dll
Helper for reading and writing stable links to external or runtime-owned objects during a chronicler pass.
public static class RecordLinks
- Inheritance
-
RecordLinks
- Inherited Members
Methods
LookDeferred<T>(IChronicler, T, string, Action<T>, string?)
Reads or writes a named external link that may resolve after the current load graph finishes.
public static void LookDeferred<T>(IChronicler chronicler, T value, string name, Action<T> assignLoadedValue, string? slot = null)
Parameters
chroniclerIChroniclervalueTnamestringassignLoadedValueAction<T>slotstring
Type Parameters
T
Look<T>(IChronicler, ref T, string, string?)
Reads or writes a named external link that must resolve during the current load pass.
public static void Look<T>(IChronicler chronicler, ref T value, string name, string? slot = null)
Parameters
chroniclerIChroniclervalueTnamestringslotstring
Type Parameters
T