Click or drag to resize
AB4D logo

BaseTransparentObjectGroup3DChildren Property

Gets a list of all transparent objects in this group.

Namespace: Ab3d.Common.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public List<BaseTransparentObject3D> Children { get; protected set; }

Property Value

ListBaseTransparentObject3D
See Also