Example #1
0
 static bool CreateLightValidation()
 {
     return(Light2DEditorUtility.IsUsing2DRenderer());
 }
 static bool UpgradeProjectTo2DRendererValidation()
 {
     return(Light2DEditorUtility.IsUsing2DRenderer());
 }