Base | |
public abstract class BaseTransparentObjectGroup3D : BaseTransparentObject3D
The BaseTransparentObjectGroup3D type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseTransparentObjectGroup3D | Initializes a new instance of the BaseTransparentObjectGroup3D class |
| Name | Description | |
|---|---|---|
| AllChildrenCount | Gets count of all children (transparent + non-transparent). | |
| Children | Gets a list of all transparent objects in this group. | |
| IsFullRearrangeNeeded | Gets or sets a boolean the indicates if Children need to be fully rearranged. | |
| NonTransparentChildrenCount | Gets count of all non-transparent children. | |
| TransparentChildrenCount | Gets count of all transparent children. |
| Name | Description | |
|---|---|---|
| AddObject | Add a transparentObject3D to the children. | |
| RemoveObject | Removes a transparentObject3D from the children. | |
| SetAsTransparent | When SetAsTransparent is called, the modelVisual3D will be considered as transparent without any check of the material | |
| SetObjectToIndex | Changes index of the transparent object. |