◆ GetFieldViaPath()

static System.Reflection.FieldInfo GetFieldViaPath ( this System.Type  type,
string  path 
)
static
Parameters
typetype of object to look in at the specified serializedProperty path
pathUnity SerialiazatbleProperty path of the field in representedBy the SerialziedProperty
Returns
AfieldInfo instance that contains details about the found field. Null, if a field could not be found at the path.