Skip to content

Instantly share code, notes, and snippets.

View blurrryy's full-sized avatar

Daniel Rienas blurrryy

  • Chemnitz, Germany
View GitHub Profile
@blurrryy
blurrryy / README.md
Created October 20, 2022 23:51 — forked from douduck08/README.md
The general GetValue extension of SerializedProperty in Unity Editor.

Unity's SerializedProperty not support custom type value setting. This extension use Reflection to get target instance of SerializedProperty in Custom Editor, made value setting of general type is posible.

#SingleInstance,Force
#Warn
SetWorkingDir %A_ScriptDir%
SetKeyDelay, 10, 10
CoordMode, Pixel, Screen
SendMode Input
Gui, New
Gui, shelp:Default
Gui, Add, Edit, xm w300 ReadOnly -Wrap vCtrl_Title
@blurrryy
blurrryy / multiswitch.cpp
Last active November 27, 2018 22:49
HEITECH Funksteckdose 27209 / Neue Version ohne DIP-Schalter / Raspberry Pi / RCSwitch / Working Example / Funktioniert
#include "../rc-switch/RCSwitch.h"
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <string>
#define SWITCHCOUNT 3
#define PIN 0
int args[SWITCHCOUNT][2];