Last updated: Sep 8, 2022
The Time Linker ScriptableObject contains an array of TimeLink values which we can very easily reference from other scripts. This is useful to access delays that may be relevant in a more direct manner.
You can find the Time Linker script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Linkers\Time Linker\TimeLinker.cs
Time Links. Array of all time links.
Get. Returns the delay for the TimeLink of the given type.
Get Link. Returns a TimeLink with the given type.
Get Links. Returns all TimeLink values stored that have the type as their first sub-type (../..).