Click or drag to resize

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
C#
[PublicAPIAttribute]
public static void ChangeFocus(
	Vector3 position,
	Vector3 forward
)

Parameters

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