Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyPathPart Constructor

Declaration

public PropertyPathPart(string name);

Parameters

Description
name The name of the part.

Description

Initializes a new PropertyPathPart with the specified name.


Declaration

public PropertyPathPart(int index);

Parameters

Description
index The index of the part.

Description

Initializes a new PropertyPathPart with the specified index.


Declaration

public PropertyPathPart(object key);

Parameters

Description
key The key of the part.

Description

Initializes a new PropertyPathPart with the specified key.