CommandBuffer.AddChild(int,int).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBuffer
CommandBuffer.AddChild(int, int) Method
Add the entity with the given childId as a child to the entity with the passed parentId.
public void AddChild(int parentId, int childId);
Parameters
parentId System.Int32
childId System.Int32
Implements AddChild(int, int)