HierarchyCommandList

class in Unity.Hierarchy

/

Implemented in:UnityEngine.HierarchyCoreModule

Description

Represents a list of commands that modify a hierarchy.

Properties

Capacity The capacity in bytes for storing commands in the command list.
IsCreated Determines if this object is valid and uses memory.
IsEmpty Determines if the command list is empty.
IsExecuting Determines if the command list is currently executing.
Size The current size in bytes used by commands in the command list.

Constructors

HierarchyCommandList Creates a new command list.

Public Methods

Add Adds a new node that has Hierarchy.Root as its parent node to the hierarchy.
Clear Clears all commands from the command list.
ClearProperty Clears a property value for the specified hierarchy node.
Dispose Disposes the command list and releases its memory.
Execute Executes all the commands in the hierarchy command list.
ExecuteIncremental Executes one command from the hierarchy command list.
ExecuteIncrementalTimed Executes commands from the hierarchy command list until a time limit is reached.
Remove Removes a node from the hierarchy.
Reserve Reserves memory for nodes to use. Use this to avoid memory allocation hits when you add batches of nodes.
SetName Sets a name for a hierarchy node.
SetParent Sets the parent node of a hierarchy node.
SetProperty Sets a value for a property of a hierarchy node.
SetSortIndex Sets the sorting index for a hierarchy node.
SortChildren Sorts the child nodes of a hierarchy node by their sort index.

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