Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 736 Bytes

cachedDrawingInfo.cmn.md

File metadata and controls

25 lines (16 loc) · 736 Bytes

cachedDrawingInfo

The cachedDrawingInfo object indicates if the drawingInfo object is captured as part of the binary scene layer representation. This object is used for the 3D Object and Integrated Mesh scene layer if no drawingInfo is defined.

Related:

cmn::3DSceneLayer, psl::3DSceneLayer

Properties

Property Type Description
color boolean If true, the drawingInfo is captured as part of the binary scene layer representation.

Note: properties in bold are required

Examples

Example: cachedDrawingInfo for 3D Object scene layer.

 {
  "color": true
}