| MeshAnalysisWindowPreviewToOverlayPoint Method |
Transforms position from preview world space into overlay screen space.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax [PublicAPIAttribute]
public static Vector3 PreviewToOverlayPoint(
Vector3 previewWorldPosition
)
Parameters
- previewWorldPosition
- Type: Vector3
The position in preview world.
Return Value
Type:
Vector3
The position in an overlay space.
Exceptions See Also