Skip to content

Commit 78bb40f

Browse files
author
krzysztof biernat
committed
Add property drawer for IntVariable
1 parent 574e652 commit 78bb40f

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+

2+
// ----------------------------------------------------------------------------
3+
// Unite 2017 - Game Architecture with Scriptable Objects
4+
//
5+
// Author: Ryan Hipple
6+
// Date: 10/04/17
7+
// ----------------------------------------------------------------------------
8+
9+
10+
using UnityEditor;
11+
12+
13+
14+
15+
namespace GTVariable.Editor
16+
{
17+
[CustomPropertyDrawer(typeof(IntVariable))]
18+
public class IntVariablePropertyDrawer : VariablePropertyDrawer
19+
{
20+
21+
}
22+
}

Editor/Varaible/IntVariablePropertyDrawer.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)