CommandBuffer.RemoveChild(int,int).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBuffer

CommandBuffer.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)

Contents

  1. 0.1Friflo.Engine.ECS.CommandBuffer
  2. 1CommandBuffer.RemoveChild(int, int) Method