Interface IPoseRefiner
Declares that a MonoBehaviour can refine a pose
Namespace: Unity.MARS.Data
Syntax
public interface IPoseRefiner
Methods
RefinePose(Pose, Boolean)
Declaration
Pose RefinePose(Pose pose, bool leaveProxyInNewPose)
Parameters
| Type | Name | Description |
|---|---|---|
| Pose | pose | |
| Boolean | leaveProxyInNewPose |
Returns
| Type | Description |
|---|---|
| Pose |