Click or drag to resize
AB4D logo

BaseTargetRect3DCameraSetCameraPosition(ProjectionCamera, Rect3D) Method

Sets the camera position on cameraToUpdate based on the targetRect as Rect3D

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual void SetCameraPosition(
	ProjectionCamera cameraToUpdate,
	Rect3D targetRect
)

Parameters

cameraToUpdate  ProjectionCamera
cameraToUpdate
targetRect  Rect3D
targetRect
See Also