This version of Unity is unsupported.

PropertyPath.AppendIndex

Declaration

public static Unity.Properties.PropertyPath AppendIndex(ref Unity.Properties.PropertyPath path, int index);

Parameters

path The <see cref="PropertyPath" />
index The index to add.

Returns

PropertyPath A new PropertyPath

Description

Returns a new PropertyPath combining the given PropertyPath and an index-type PropertyPathPart.