Class CameraFrameReceivedEventUnitDescriptor
Unit descriptor for the CameraFrameReceivedEventUnit.
Namespace: UnityEditor.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.Editor.dll
Syntax
public sealed class CameraFrameReceivedEventUnitDescriptor : UnitDescriptor<CameraFrameReceivedEventUnit>
Constructors
CameraFrameReceivedEventUnitDescriptor(CameraFrameReceivedEventUnit)
Declaration
public CameraFrameReceivedEventUnitDescriptor(CameraFrameReceivedEventUnit target)
Parameters
Type | Name | Description |
---|---|---|
CameraFrameReceivedEventUnit | target |
See Also
Methods
DefinedPort(IUnitPort, UnitPortDescription)
Render summaries of each port in the Graph Inspector.
Declaration
protected override void DefinedPort(IUnitPort port, UnitPortDescription portDescription)
Parameters
Type | Name | Description |
---|---|---|
IUnitPort | port | The port. |
UnitPortDescription | portDescription | The port description to write to. |
See Also
DefinedSummary()
Render a summary under the unit title in the Graph Inspector.
Declaration
protected override string DefinedSummary()
Returns
Type | Description |
---|---|
string | The summary. |