Class FaceUpdatedEventUnitDescriptor
Unit descriptor for the FaceUpdatedEventUnit.
Namespace: UnityEditor.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.Editor.dll
Syntax
public sealed class FaceUpdatedEventUnitDescriptor : UnitDescriptor<FaceUpdatedEventUnit>
Constructors
FaceUpdatedEventUnitDescriptor(FaceUpdatedEventUnit)
Declaration
public FaceUpdatedEventUnitDescriptor(FaceUpdatedEventUnit target)
Parameters
Type | Name | Description |
---|---|---|
FaceUpdatedEventUnit | 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. |