SHADE_Y3/SHADE_Managed/src
XiaoQiDigipen 25c9d6eea2
Merge pull request #244 from SHADE-DP/SP3-5-ECS
Added SceneManager Managed code to change scene
2022-11-22 14:57:18 +08:00
..
Assets Added an abstract base class for NativeAsset to prepare to support serialization of Assets for scripts 2022-11-22 00:39:53 +08:00
Audio Added Audio class for playing audio from C# 2022-11-16 15:00:56 +08:00
Components Merge branch 'main' into SP3-6-c-scripting 2022-11-21 20:59:08 +08:00
Editor Added support for enabling and disabling scripts 2022-11-21 17:16:16 +08:00
Engine Fixed TextRenderable components not being retrievable by C# scripts 2022-11-22 11:29:01 +08:00
Graphics Add interface for C# light class and modified Color to match Unity's interface 2022-11-08 20:18:50 +08:00
Input Merge branch 'main' into SP3-141-Camera-System 2022-11-01 15:31:11 +08:00
Math Added C# Interface for Raycasting 2022-11-19 04:21:46 +08:00
Physics Added C# Interface for Raycasting 2022-11-19 04:21:46 +08:00
Scene include pch 2022-11-22 14:14:58 +08:00
Scripts Added support for enabling and disabling scripts 2022-11-21 17:16:16 +08:00
Serialisation Added additional exception handling for serialization and deserialization failures for scripts to prevent data loss 2022-11-17 15:49:06 +08:00
Utility Added C# interface for Fonts and TextRenderable 2022-11-21 20:58:47 +08:00
AssemblyInfo.cxx Added EngineInterface 2022-09-13 11:43:49 +08:00
SHpch.cpp Added C# Math functions and types along with DisposableAssemblyLoadContext 2022-09-12 18:17:59 +08:00
SHpch.h Added C# Math functions and types along with DisposableAssemblyLoadContext 2022-09-12 18:17:59 +08:00