| MeshAnalysisWindowChangeFocus Method (Vector3, Vector3) |
Changes the focus position of a camera.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax [PublicAPIAttribute]
public static void ChangeFocus(
Vector3 position,
Vector3 forward
)
Parameters
- position
- Type: Vector3
The new focus position. - forward
- Type: Vector3
The forward direction.
Exceptions See Also