Click or drag to resize
AB4D logo

PixelsVisual3DChangePositionArrays Method

ChangePositionArrays method can be used to change Positions, PixelColors and PixelSizes with one method. This is needed when the number of positions is changed compared to the previous count in the Positions array.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void ChangePositionArrays(
	Vector3[] positions,
	Color4[] pixelColors = null,
	float[] pixelSizes = null
)

Parameters

positions  Vector3
positions as array of Vector3
pixelColors  Color4  (Optional)
optional pixel colors as array of Color4
pixelSizes  Single  (Optional)
optional pixel sizes as array of float
See Also