docs.unity3d.com
    Show / Hide Table of Contents

    Class PhotosensorArrayNode

    Expose the photosensor array, in deferred rendering mode, implementation as a node in SystemGraph.

    Inheritance
    Object
    NodeRuntime
    PhotosensorArray
    PhotosensorArrayNode
    Inherited Members
    PhotosensorArray.DefaultExposureTime
    PhotosensorArray.DefaultGain
    PhotosensorArray.BaseIso
    PhotosensorArray.EquivalentIso(Single)
    PhotosensorArray.samplingRequest
    PhotosensorArray.arrayWidth
    PhotosensorArray.arrayHeight
    PhotosensorArray.sensorWidth
    PhotosensorArray.sensorHeight
    PhotosensorArray.exposureTime
    PhotosensorArray.gain
    PhotosensorArray.renderingOrder
    PhotosensorArray.outSamples
    PhotosensorArray.outTranscode
    PhotosensorArray.fov
    PhotosensorArray._sensorData
    PhotosensorArray._customPassesDesc
    PhotosensorArray.EnableOnSamplingRequestEvent()
    PhotosensorArray.DisableOnSamplingRequestEvent()
    PhotosensorArray.FillSensorDescription()
    NodeRuntime._parent
    NodeRuntime._portList
    NodeRuntime._queryPath
    NodeRuntime._tickCPUTimeNs
    NodeRuntime.Initialize(SystemGraphComponent)
    NodeRuntime.InternalInitialize()
    NodeRuntime.Start()
    NodeRuntime.OnTick(Double, Double, Scheduler.ClockState, Scheduler.Signal)
    NodeRuntime.Update()
    NodeRuntime.FixedUpdate()
    NodeRuntime.OnPortAdded(String, Type, String, PortDirection, FieldExtra, IPortType)
    NodeRuntime.OnPortRemoved(String)
    NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
    NodeRuntime.QueryPath
    NodeRuntime.TickCPUTimeNs
    NodeRuntime.PortDataList
    Namespace: Mechatronics.SensorSDK
    Syntax
    [NodeCategory("Photosensors", "PhotosensorArray", NodeTick.Asynchronous, (LifeCycle)0, 0F, NodeMode.Standard, false)]
    [HelpURL("https://docs.unity3d.com/Packages/com.unity.sensorsdk@1.0/manual/DeveloperGuide/PhotosensorArrays.html")]
    public class PhotosensorArrayNode : PhotosensorArray

    Fields

    lensBinding

    Position and orientation of the photosensor array in space (scale is ignored).

    Declaration
    [Binding("Lens")]
    [SerializeField]
    protected Binding<LensComponent> lensBinding
    Field Value
    Type Description
    Binding<LensComponent>

    Methods

    Disable()

    Forwarded OnDisable Unity event from the parent SystemGraphComponent

    Declaration
    public override void Disable()
    Overrides
    NodeRuntime.Disable()

    Enable(Scheduler.ClockState)

    Forwarded OnEnable Unity event from the parent SystemGraphComponent

    Declaration
    public override void Enable(Scheduler.ClockState clockState)
    Parameters
    Type Name Description
    Scheduler.ClockState clockState

    The parameters of the waveform associated to this node

    Overrides
    NodeRuntime.Enable(Scheduler.ClockState)

    InternalOnSamplingRequest()

    Allows any child to be notified when OnSamplingRequest is called, to add any other process.

    Declaration
    protected override void InternalOnSamplingRequest()
    Overrides
    PhotosensorArray.InternalOnSamplingRequest()
    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