This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-clean | |
-startup | |
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810 | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
512m | |
--launcher.defaultAction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="LLVMDebugging|Win32"> | |
<Configuration>LLVMDebugging</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMDebugging|x64"> | |
<Configuration>LLVMDebugging</Configuration> | |
<Platform>x64</Platform> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created 8/26/2015 00:23:25 | |
// Copyright © Hexagon Star Softworks. All Rights Reserved. | |
// http://www.hexagonstar.com/ | |
// | |
using System; | |
using System.Collections; | |
using UnityEngine; |