Click or drag to resize
AB4D logo

BaseCameraOnTargetViewport3DChanged Method

OnTargetViewport3DChanged is called when the TargetViewport3D is changed

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual void OnTargetViewport3DChanged(
	Viewport3D oldViewport3D,
	Viewport3D newViewport3D
)

Parameters

oldViewport3D  Viewport3D
old Viewport3D value
newViewport3D  Viewport3D
new Viewport3D value
See Also