-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Emik edited this page Apr 12, 2021
·
24 revisions
Welcome to the Wiki! The following articles should teach you most of the important things that this library offers.
To use the code from the library, you need to access the namespace from your class:
using KeepCodingAndNobodyExplodes;
The chapters are split based on the category:
- Introduces the core parts of the library.
- Introduces all MonoBehaviour scripts.
- Introduces all instanced classes.
- Introduces all static classes.
Before diving in, remember that the XML documentation provides more specific detail to each method and property, so be sure to read those!
You can access it by typing either class name and then CTRL+LEFT CLICK
on the class file to go to its metadata. You can click on the plus icon to view more information about each method.