CommandBufferSynced.RemoveChild(int,int).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBufferSynced
CommandBufferSynced.RemoveChild(int, int) Method
Remove the child entity with given childId from the parent entity with the the passed parentId.
public void RemoveChild(int parentId, int childId);
Parameters
parentId System.Int32
childId System.Int32
Implements RemoveChild(int, int)