Example #1
0
 private static void HSceneEntrypoint() => maskComponent = Camera.main.GetOrAddComponent <MaskComponent>();
Example #2
0
 private static void HSceneEnd() => maskComponent = null;
Example #3
0
 private static void MakerEnd() => maskComponent = null;