Click or drag to resize
AB4D logo

TransparentModelVisual3DSetObjectToIndex Method

Changes index of the transparent object.

Namespace: Ab3d.Common.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public override void SetObjectToIndex(
	BaseTransparentObject3D transparentObject3D,
	int index
)

Parameters

transparentObject3D  BaseTransparentObject3D
BaseTransparentObject3D
index  Int32
new index
See Also