Click or drag to resize

QuantizedSpaceUpdate Method

[Missing <summary> documentation for "M:Demo3D.Visuals.QuantizedSpace.Update(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Single)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Update(
	Vector3 center,
	Vector3 extents,
	float bucketSize
)

Parameters

center
Type: Microsoft.DirectXVector3

[Missing <param name="center"/> documentation for "M:Demo3D.Visuals.QuantizedSpace.Update(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Single)"]

extents
Type: Microsoft.DirectXVector3

[Missing <param name="extents"/> documentation for "M:Demo3D.Visuals.QuantizedSpace.Update(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Single)"]

bucketSize
Type: SystemSingle

[Missing <param name="bucketSize"/> documentation for "M:Demo3D.Visuals.QuantizedSpace.Update(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Single)"]

See Also