Class PhotosensorToIntensityNode
Expose the conversion of photosensor sampling data to an intensity 2D texutre as a node in SystemGraph.
Inheritance
PhotosensorToIntensityNode
Inherited Members
NodeRuntime._parent
NodeRuntime._portList
NodeRuntime._queryPath
NodeRuntime._tickCPUTimeNs
NodeRuntime.Initialize(SystemGraphComponent)
NodeRuntime.FixedUpdate()
NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[NodeCategory("PhotosensorEncoder", "PhotosensorToIntensity", NodeTick.Asynchronous, (LifeCycle)0, 0, NodeMode.Standard, false)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.sensorsdk@2.1/manual/DeveloperGuide/Transcoders.html")]
public class PhotosensorToIntensityNode : PhotosensorToTexture
Constructors
Name | Description |
---|---|
PhotosensorToIntensityNode() | Initializes and returns an instance of PhotosensorToIntensityNode. |
Fields
Name | Description |
---|---|
intensity |
Methods
Name | Description |
---|---|
SetOutputTexture(RenderTexture) | This function is called upon processing the data extraction, the output texture may now be used for proceeding gpu operations. |