HierarchyCommandList.SetProperty

Declaration

public bool SetProperty(ref HierarchyPropertyUnmanaged<T> property, ref Unity.Hierarchy.HierarchyNode node, T 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.


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


Did you find this page useful? Please give it a rating: