diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 16:25:37 +0200 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 16:25:37 +0200 |
commit | 105cab5fc6f88f7e71e71910c5f598d39fba3262 (patch) | |
tree | b0d05c58446b208a4b9c25326c4c45478b7100bf /sources.bib | |
parent | f89ee3feb7e514ec7fbb469a16d34569a57bd0dc (diff) |
Rectified gameObject/components section, added references to gameObject/components section and created new subsubsection for the game engine's structure
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sources.bib b/sources.bib index 9b08c96..d6b960b 100644 --- a/sources.bib +++ b/sources.bib @@ -60,3 +60,19 @@ url = {https://github.com/SanderMertens/ecs-faq?tab=readme-ov-file#should-i-write-my-own-ecs}, date = {2023} } + +@manual{man:unityGameobjects, + title = {GameObject}, + author = {Unity Technologies}, + organization = {Unity}, + url = {https://docs.unity3d.com/Manual/GameObjects.html}, + date = {2024} +} + +@manual{man:unityTransformClass, + title = {Transform Class}, + author = {Unity Technologies}, + organization = {Unity}, + url = {https://docs.unity3d.com/Manual/class-Transform.html}, + date = {2024} +} |