Click or drag to resize

BoundsMerge(Bounds, Bounds, Bounds) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Merge(
	ref Bounds a,
	ref Bounds b,
	out Bounds result
)

Parameters

a  Bounds
 
b  Bounds
 
result  Bounds
 
See Also