Click or drag to resize
AB4D logo

TransparencyHelper Methods

The TransparencyHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetOpacity(Material) Returns opacity of the Material.
Public methodStatic memberGetOpacity(Model3D) Returns opacity of the Model3D.
Public methodStatic memberGetOpacity(Visual3D) Returns opacity of the Visual3D (NOTE: Only gets opacity of the Content and not the Children).
Public methodStatic memberGetTransparentObjectsCount Returns count of transparent objects (objects where material's opacity < 1) inside Model3DGroup.
Public methodStatic memberGetTransparentObjectsList Returns a List of Model3D that have opacity material.
Public methodStatic memberSortTransparentObjectsList Moves the transparentObjects in the rootModelGroup after non-transparent objects.
Top
See Also