mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Added Entity hierarchy and hierarchical transforms
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GlitchyEngine.World
|
||||
{
|
||||
/**
|
||||
* A Component that allows to specify a parent entity.
|
||||
*/
|
||||
public struct ParentComponent
|
||||
{
|
||||
public Entity Entity;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user