-
Notifications
You must be signed in to change notification settings - Fork 0
Built in Libraries
Kameron Brooks edited this page Dec 26, 2018
·
2 revisions
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 [email protected]
Follow on Twitter: @wasteland_11
Copyright 2019 © Kameron Brooks