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