Class DetectorParametersController
Editor controller for Aruco.DetectorParameters.
Implements
Namespace: ArucoUnity.Objects.Trackers
Assembly: Assembly-CSharp.dll
Syntax
public class DetectorParametersController : MonoBehaviour, IHasDetectorParameter
Properties
| Improve this Doc View SourceDetectorParameters
Gets or sets the DetectorParameters.
Declaration
public Aruco.DetectorParameters DetectorParameters { get; set; }
Property Value
Type | Description |
---|---|
Aruco.DetectorParameters |
Methods
| Improve this Doc View SourceAwake()
Initializes DetectorParameters from editor fields.
Declaration
protected virtual void Awake()