Added comment to document invalid/null GameObject usage
This commit is contained in:
parent
e0481ad8af
commit
e3369c688d
|
@ -31,6 +31,7 @@ namespace SHADE
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lightweight object for an Entity that allows for easy access to Component and
|
/// Lightweight object for an Entity that allows for easy access to Component and
|
||||||
/// Script operations.
|
/// Script operations.
|
||||||
|
/// Can be set to a invalid/null GameObject by default construction.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public value class GameObject : public System::IEquatable<GameObject>
|
public value class GameObject : public System::IEquatable<GameObject>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue