  | OverlayUtilitiesDrawAAWireCubeProjected Method  | 
 
                Draws an anti-aliased cube which position will be projected from world to screen coordinates.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax[PublicAPIAttribute]
public static void DrawAAWireCubeProjected(
	Bounds bounds,
	Quaternion rotation,
	Color color,
	float width = 3f
)
Parameters
- bounds
 - Type: Bounds
The bounds. - rotation
 - Type: Quaternion
The rotation. - color
 - Type: Color
The color. - width (Optional)
 - Type: SystemSingle
The width of anti-aliased lines. 
See Also