This version of Unity is unsupported.

HierarchyCommandList.SetProperty

Parameters

name The property name.
node The hierarchy node.
value The property value.

Returns

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

Description

Sets a value for a property of a hierarchy node.


Declaration

public bool SetProperty(ref Unity.Hierarchy.HierarchyPropertyString property, ref Unity.Hierarchy.HierarchyNode node, string value);

Parameters

name The property name.
node The hierarchy node.
value The property value.

Returns

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

Description

Sets a value for a property of a hierarchy node