Added comment to document invalid/null GameObject usage

This commit is contained in:
Kah Wei 2022-11-08 13:49:49 +08:00
parent e0481ad8af
commit e3369c688d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace SHADE
/// <summary>
/// Lightweight object for an Entity that allows for easy access to Component and
/// Script operations.
/// Can be set to a invalid/null GameObject by default construction.
/// </summary>
public value class GameObject : public System::IEquatable<GameObject>
{