Method UpdateAttachPointVelocityData
UpdateAttachPointVelocityData(Transform)
Updates attach point velocity data using only the attachment transform.
Declaration
public void UpdateAttachPointVelocityData(Transform attachTransform)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | attachTransform | The transform of the attachment point. |
Implements
UpdateAttachPointVelocityData(Transform, Transform)
Updates attach point velocity data using the attachment transform and an XR Origin Transform.
Declaration
public void UpdateAttachPointVelocityData(Transform attachTransform, Transform xrOriginTransform)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | attachTransform | The transform of the attachment point. |
| Transform | xrOriginTransform | The XR Origin Transform for relative calculations. |