Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveElement(uint)

Removes a child element by id.
Read time 1 minuteLast updated 7 days ago

Definition

public BaseElement RemoveElement(uint id)

Parameters

Element ID.

Returns

Type

Description

BaseElementThe removed child element.

Remarks

Removes a custom elements from the
Elements
list. If the element was a default element, it will be cleared and it will not appear in the file.