Click or drag to resize
AB4D logo

TransparentModelIndexChangedEventArgs Constructor

Constructor

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public TransparentModelIndexChangedEventArgs(
	Object changedTransparentObject3D,
	int oldIndex,
	int newIndex
)

Parameters

changedTransparentObject3D  Object
changed 3D object
oldIndex  Int32
old index
newIndex  Int32
new index
See Also