docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ILaserConfig

    Interface to get the photosensor's beam configuration. (ie position, orientation, when it is fired)

    Namespace: Mechatronics.SensorSDK
    Assembly: solution.dll
    Syntax
    public interface ILaserConfig

    Properties

    Name Description
    HorizontalCount

    The number of lasers in the horizontal direction. Minimum 1.

    LaserCount

    The total number of lasers. Minimum 1.

    LaserPoses

    Gives the lasers position and orientation, sorted in output (elevation) order. Size equal to LaserCount.

    VerticalCount

    The number of lasers in the vertical direction. Minimum 1.

    Methods

    Name Description
    GetFiringSequence(double)

    Gives the delay for each beam to fire when it's time to sample the simulation, sorted in output (elevation) order. Size equal to LaserCount.

    Events

    Name Description
    LaserConfigChange

    An event to register to when a notification of the beam configuration is required.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)