Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Script Documentation Template

ErikOverflow edited this page Apr 8, 2019 · 5 revisions

Copy paste the below code into a new wiki page to use as a template


##### Dependencies:

* What this method needs in order to function. _Required Components or Objects_

##### Methods:

* Public methods that other scripts can call

##### Events:

* Subscribable events that dependents can listen to.

##### Fields:

* Public fields that are used by other classes or configured via inspector.

##### General Overview:

General idea of how the script works. Does not detail the dependencies.

Clone this wiki locally