Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisitReturnCode

Internal return code used during path visitation.
Read time 1 minuteLast updated 6 days ago

Definition

public enum VisitReturnCode

Fields

Value

Description

AccessViolationFailed to set value at path because it is read-only.
InvalidCastFailed to reinterpret the target value as the requested type.
InvalidContainerTypeThe given container type is not valid for visitation.
InvalidPathFailed to resolve some part of the path (e.g. Name, Index or Key).
MissingPropertyBagNo property bag was found for the given container type.
NullContainerThe container being visited was null.
OkThe visitation resolved successfully.