-
Notifications
You must be signed in to change notification settings - Fork 0
Built in Libraries
Kameron Brooks edited this page Aug 17, 2019
·
1 revision
The libraries that are included by default give the following functionality:
C # Libraries
- Boolean (bool)
- Int32 (int)
- Single (float)
- String (string)
The Unity Libraries
- Vector2
- Vector3
- Vector4
- Quaternion
- Color
- UnityMath
- GameObject
- Transform
- Mathf
- Time
- Random
These are the libraries that the engine comes with, you can add more at any time.
Questions? Comments?
Contact me at kameron@creation-wasteland.com
Follow on Twitter: @wasteland_11
Copyright 2019 © Kameron Brooks