docs.unity3d.com
    Show / Hide Table of Contents

    Enum VisitReturnCode

    Internal return code used during path visitation.

    Namespace: Unity.Properties
    Syntax
    public enum VisitReturnCode

    Fields

    Name Description Value
    AccessViolation

    Failed to set value at path because it is read-only.

    InvalidCast

    Failed to reinterpret the target value as the requested type.

    InvalidContainerType

    The given container type is not valid for visitation.

    InvalidPath

    Failed to resolve some part of the path (e.g. Name, Index or Key).

    MissingPropertyBag

    No property bag was found for the given container type.

    NullContainer

    The container being visited was null.

    Ok

    The visitation resolved successfully.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023