Class ARHumanBodiesChangedEventUnitDescriptor
Unit descriptor for the ARHumanBodiesChangedEventUnit.
Inheritance
ARTrackablesChangedEventUnitDescriptor<ARHumanBodyManager, ARHumanBody, ARHumanBodiesChangedListener>
ARHumanBodiesChangedEventUnitDescriptor
Namespace: UnityEditor.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.Editor.dll
Syntax
public sealed class ARHumanBodiesChangedEventUnitDescriptor : ARTrackablesChangedEventUnitDescriptor<ARHumanBodyManager, ARHumanBody, ARHumanBodiesChangedListener>
Constructors
ARHumanBodiesChangedEventUnitDescriptor(ARHumanBodiesChangedEventUnit)
Declaration
public ARHumanBodiesChangedEventUnitDescriptor(ARHumanBodiesChangedEventUnit target)
Parameters
| Type | Name | Description |
|---|---|---|
| ARHumanBodiesChangedEventUnit | target |
See Also
Properties
addedPortDescription
The Added port description.
Declaration
protected override string addedPortDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
See Also
removedPortDescription
The Removed port description.
Declaration
protected override string removedPortDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
See Also
unitDescription
The unit description.
Declaration
protected override string unitDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
See Also
updatedPortDescription
The Updated port description.
Declaration
protected override string updatedPortDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |