Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Combine

Returns a new PropertyPath combining the parts of the two given PropertyPath.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

Combine(PropertyPath, PropertyPath)

Returns a new PropertyPath combining the parts of the two given PropertyPath.
public static PropertyPath Combine(in PropertyPath path, in PropertyPath pathToAppend)

Parameters


pathToAppend

The PropertyPath to append.

Returns

Type

Description

PropertyPathA new PropertyPath

Combine(PropertyPath, string)

Returns a new PropertyPath combining the parts of the two given PropertyPath.
public static PropertyPath Combine(in PropertyPath path, string pathToAppend)

Parameters


pathToAppend

The string path to append.

Returns

Type

Description

PropertyPathA new PropertyPath