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