Exemplo n.º 1
0
 static void CreateIsometricDiamondFreeformLight2D(MenuCommand menuCommand)
 {
     CreateLight(menuCommand, Light2D.LightType.Freeform, FreeformPathPresets.CreateIsometricDiamond());
 }
Exemplo n.º 2
0
 static void CreateHexagonPointedTopFreeformLight2D(MenuCommand menuCommand)
 {
     CreateLight(menuCommand, Light2D.LightType.Freeform, FreeformPathPresets.CreateHexagonPointedTop());
 }
Exemplo n.º 3
0
 static void CreateCircleFreeformLight2D(MenuCommand menuCommand)
 {
     CreateLight(menuCommand, Light2D.LightType.Freeform, FreeformPathPresets.CreateCircle());
 }