Click or drag to resize

BBox(Vector3) Constructor

Initializes a new instance of the BBox class

Namespace: Demo3D.Visuals
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public BBox(
	Vector3 size
)

Parameters

size  Vector3

[Missing <param name="size"/> documentation for "M:Demo3D.Visuals.BBox.#ctor(Microsoft.DirectX.Vector3)"]

See Also