DotProfileSession

Namespace: WellFired.Profile.Unity

Description

A Utility interface that allows users to quickly obtain and manage Sessions.

Public Static Methods

ISession New ( )
void StartConfigProfile ( )
void ToggleLog ( bool enabled )

Breakdown

  • ISession New ( )

    Description

    Return a new ISession allowing the caller to specify details about a what to record, when to record it and how to process that data.

  • void StartConfigProfile ( )

    Description

    Whenever it is called, it will load *.pcfg files in StreamingAssets/DotProfileConfig/ which are files specifying what needs to be tracked and how to process it.

  • void ToggleLog ( bool enabled )

    Description

    Toggle logs in Unity Debug console. For debug purpose only.

    Parameters

    enabled