Skip to content

Instantly share code, notes, and snippets.

View fortheday's full-sized avatar
🤩

magicpotato fortheday

🤩
View GitHub Profile
@winxalex
winxalex / CurveEditorGist
Created April 12, 2015 13:47
Unity3d Curve Editor Revealed
/// /////////////// CURVE EDITOR ////////////////
#region CurveMenuManagerW
public class CurveMenuManagerW
{
private static Type __RealType;
private static ConstructorInfo method_ctor;
static MethodInfo MethodInfo_AddTangentMenuItems;
private object __instance;
@yamaya
yamaya / xcode-clang-vers
Last active November 10, 2024 04:44
Xcode clang version record
# Xcode 4.3.3
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
# Xcode 4.3.2
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix