Steve Halliwell
4 years ago
3 changed files with 27 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
// This code is part of the Fungus library (https://github.com/snozbot/fungus) |
||||||
|
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) |
||||||
|
|
||||||
|
/*This script has been, partially or completely, generated by the Fungus.GenerateVariableWindow*/ |
||||||
|
|
||||||
|
using UnityEditor; |
||||||
|
|
||||||
|
namespace Fungus.EditorUtils |
||||||
|
{ |
||||||
|
[CustomPropertyDrawer(typeof(ObjectData))] |
||||||
|
public class ObjectDataDrawer : VariableDataDrawer<ObjectVariable> |
||||||
|
{ } |
||||||
|
} |
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: b11836370ad13a742b0edc98aeea22f4 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue