Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.IProgressBar Interface Reference

A progress bar that reports back during navmesh baking. More...

Inheritance diagram for Quantum.IProgressBar:
Quantum.NavMeshBakerBenchmarkerProgressBar

Public Member Functions

void SetInfo (string v)
 The current task has changed. More...
 
void SetProgress (float v)
 The current progress of the current task. More...
 

Detailed Description

A progress bar that reports back during navmesh baking.

Member Function Documentation

◆ SetInfo()

void Quantum.IProgressBar.SetInfo ( string  v)

The current task has changed.

Parameters
vTask name

Implemented in Quantum.NavMeshBakerBenchmarkerProgressBar.

◆ SetProgress()

void Quantum.IProgressBar.SetProgress ( float  v)

The current progress of the current task.

Parameters
vProgress from 0 to 1.

Implemented in Quantum.NavMeshBakerBenchmarkerProgressBar.