Click or drag to resize

PreviewImageGeneratorSetCameraByBounds Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetCameraByBounds(
	Bounds bounds,
	double distanceScale = 1,
	bool mode2D = false
)

Parameters

bounds  Bounds
 
distanceScale  Double  (Optional)
 
mode2D  Boolean  (Optional)
 
See Also