Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AdvancedDynamicTextureInstrumentation

This class can be used to get instrumentation data from a AdvancedDynamicTexture object

Hierarchy

  • AdvancedDynamicTextureInstrumentation

Implements

Index

Constructors

constructor

  • Instantiates a new advanced dynamic texture instrumentation. This class can be used to get instrumentation data from an AdvancedDynamicTexture object

    Parameters

    Returns AdvancedDynamicTextureInstrumentation

Properties

textureSearch playground for texture

Define the instrumented AdvancedDynamicTexture.

Accessors

captureLayoutTime

  • get captureLayoutTime(): boolean
  • set captureLayoutTime(value: boolean): any
  • Enable or disable the layout time capture

    Returns boolean

  • Enable or disable the layout time capture

    Parameters

    • value: boolean

    Returns any

captureRenderTime

  • get captureRenderTime(): boolean
  • set captureRenderTime(value: boolean): any
  • Enable or disable the render time capture

    Returns boolean

  • Enable or disable the render time capture

    Parameters

    • value: boolean

    Returns any

layoutTimeCounter

  • Gets the perf counter used to capture layout time

    Returns PerfCounter

renderTimeCounter

  • Gets the perf counter used to capture render time

    Returns PerfCounter

Methods

disposeSearch playground for dispose

  • dispose(): void
  • Dispose and release associated resources.

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method