Enum PropertyPath.PartType
A PropertyPath.PartType specifies a type for a PropertyPath.Part.
Namespace: Unity.Properties
Syntax
public enum PartType
Fields
Name | Description | Value |
---|---|---|
Name | Represents a named part of the path. |
0 |
Index | Represents an indexed part of the path. |
1 |
Key | Represents a keyed part of the path. |
2 |