Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 651 Bytes

File metadata and controls

18 lines (11 loc) · 651 Bytes

GladBehaviour

Library that uses that Unity3D MonoBehaviour class as a vector to deliver additional functionality to behaviours.

##Features

Current Features:

  • Draws interface fields to the inspector
  • Draws collections of interface fields to the inspector

##How to Use

Build the VS solution, import the built DLLs, mark the xxx.Editor.dll file as an editor only file and then inherit from GladMonoBehaviour instead of MonoBehaviour to gain the additional functionality.

##Builds

Linux: Build Status

Windows: (Done Locally)