Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertyPathPartKind

A PropertyPathPartKind specifies a type for a PropertyPathPart.
Read time 1 minuteLast updated 5 days ago

Definition

public enum PropertyPathPartKind

Fields

Value

Description

IndexRepresents an indexed part of the path.
KeyRepresents a keyed part of the path.
NameRepresents a named part of the path.