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