HierarchyCommandList.Add

Declaration

public bool Add(out Unity.Hierarchy.HierarchyNode node);

Parameters

node The new node if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Adds a new node that has Hierarchy.Root as its parent node to the hierarchy.


Declaration

public bool Add(ref Unity.Hierarchy.HierarchyNode parent, out Unity.Hierarchy.HierarchyNode node);

Parameters

parent The parent of the new node.
node The new node if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Adds a new node that has a specified parent node to the hierarchy.


Declaration

public bool Add(int count, out HierarchyNode[] nodes);

Parameters

count The number of nodes to create.
nodes The new nodes if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Adds multiple new nodes that have Hierarchy.Root as their parent to the hierarchy.


Declaration

public bool Add(int count, ref Unity.Hierarchy.HierarchyNode parent, out HierarchyNode[] nodes);

Parameters

count The number of nodes to create.
parent The parent of the new nodes.
nodes The new nodes if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Adds multiple new nodes that have a specified parent node to the hierarchy.


Declaration

public bool Add(Span<HierarchyNode> outNodes);

Parameters

outNodes The span of nodes filled with new nodes if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Add multiple new nodes that have Hierarchy.Root as their parent to the hierarchy.


Declaration

public bool Add(ref Unity.Hierarchy.HierarchyNode parent, Span<HierarchyNode> outNodes);

Parameters

parent The parent of the new nodes.
outNodes The span of nodes filled with new nodes if the command succeeds.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Adds multiple new nodes that have a specified parent node to the hierarchy.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961