Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
popcron authored Dec 8, 2018
1 parent 17c8c36 commit 3d29cbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Used for drawing runtime gizmos in builds and editor from any context in the cod
## Requirements
- .NET Framework 3.5

## Installation
Add the .dll file to the Plugins folder.

## Example
```cs
using UnityEngine;
Expand All @@ -28,3 +31,10 @@ public class GizmoDrawer : MonoBehaviour
}
}
```

## Custom drawers
The ability to add custom drawers is possible. Inherit from the `Drawer` class and implement the `Draw` method. To see an example of drawing a line using a custom drawer, look at the `Line.cs` file.

## FAQ
- **What namespace?** Popcron
- **Does it work in builds?** Yes

0 comments on commit 3d29cbe

Please sign in to comment.