/* * Copyright 2013-2016 consulo.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package consulo.unity3d; import javax.swing.Icon; import com.intellij.openapi.util.IconLoader; // Generated Consulo DevKit plugin public interface Unity3dIcons { Icon Attach = IconLoader.getIcon("/icons/attach.png"); // 16x16 Icon EventMethod = IconLoader.getIcon("/icons/eventMethod.png"); // 12x12 Icon Js = IconLoader.getIcon("/icons/js.PNG"); // 16x16 Icon Shader = IconLoader.getIcon("/icons/shader.png"); // 16x16 Icon Unity3d = IconLoader.getIcon("/icons/unity3d.png"); // 16x16 Icon Unity3dLineMarker = IconLoader.getIcon("/icons/unity3dLineMarker.png"); // 12x12 }