Options
All
  • Public
  • Public/Protected
  • All
Menu

webgl-rendering-debugger

Index

Variables

Const InspectorIds

InspectorIds: object = Object.freeze({DRAW_CALLS: DrawCall.name,POLYGON: Polygon.name})

Providing inspector ids as enum makes safer specification than string literal.
It is used to identify inspector implementations.

Type declaration

  • DRAW_CALLS: string
  • POLYGON: string

Generated using TypeDoc