BurstTriangulator
v3.8.0
Search Results for

    Show / Hide Table of Contents

    Property ValidateInput

    ValidateInput

    If set to true, the provided InputData<T2> and TriangulationSettings will be validated before executing the triangulation procedure. The input Positions, ConstraintEdges, and TriangulationSettings have certain restrictions. For more details, see the manual. If any of the validation conditions are not met, the triangulation will not be performed. This can be detected as an error by checking the Status value (native, and usable in jobs). Additionally, if Verbose is set to true, corresponding errors/warnings will be logged in the Console. Note that some conditions may result in warnings only.

    Declaration
    public bool ValidateInput { get; set; }
    Property Value
    Type Description
    bool
    Remarks

    Input validation can be expensive. If you are certain of your input, consider disabling this option for additional performance.

    In this article
    Back to top Generated by DocFX | Documentation © 2024 by Andrzej Więckowski is licensed under CC BY 4.0