Click or drag to resize

MeshAnalysisWindowChangeFocus Method (Vector3)

Changes the focus position of a camera.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void ChangeFocus(
	Vector3 position
)

Parameters

position
Type: Vector3
The new focus position.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe window not initialized properly.
See Also