Transparency | |
public static class TransparencyHelper
The TransparencyHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| GetOpacity(Material) | Returns opacity of the Material. | |
| GetOpacity(Model3D) | Returns opacity of the Model3D. | |
| GetOpacity(Visual3D) | Returns opacity of the Visual3D (NOTE: Only gets opacity of the Content and not the Children). | |
| GetTransparentObjectsCount | Returns count of transparent objects (objects where material's opacity < 1) inside Model3DGroup. | |
| GetTransparentObjectsList | Returns a List of Model3D that have opacity material. | |
| SortTransparentObjectsList | Moves the transparentObjects in the rootModelGroup after non-transparent objects. |