Show / Hide Table of Contents

    Class DetectorParametersController

    Editor controller for Aruco.DetectorParameters.

    Inheritance
    Object
    DetectorParametersController
    Implements
    IHasDetectorParameter
    Namespace: ArucoUnity.Objects.Trackers
    Assembly: Assembly-CSharp.dll
    Syntax
    public class DetectorParametersController : MonoBehaviour, IHasDetectorParameter

    Properties

    | Improve this Doc View Source

    DetectorParameters

    Gets or sets the DetectorParameters.

    Declaration
    public Aruco.DetectorParameters DetectorParameters { get; set; }
    Property Value
    Type Description
    Aruco.DetectorParameters

    Methods

    | Improve this Doc View Source

    Awake()

    Initializes DetectorParameters from editor fields.

    Declaration
    protected virtual void Awake()

    Implements

    IHasDetectorParameter
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand