Click or drag to resize

CollisionProxy Constructor (QuantizedSpace, BBox)

Initializes a new instance of the CollisionProxy class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CollisionProxy(
	QuantizedSpace space,
	BBox bounds
)

Parameters

space
Type: Demo3D.VisualsQuantizedSpace

[Missing <param name="space"/> documentation for "M:Demo3D.Visuals.CollisionProxy.#ctor(Demo3D.Visuals.QuantizedSpace,Demo3D.Visuals.BBox)"]

bounds
Type: Demo3D.VisualsBBox

[Missing <param name="bounds"/> documentation for "M:Demo3D.Visuals.CollisionProxy.#ctor(Demo3D.Visuals.QuantizedSpace,Demo3D.Visuals.BBox)"]

See Also