Photon Fusion 2.0.3

Properties | List of all members
BehaviourStatisticsSnapshot Class Reference

Represents a snapshot of statistics related to Fusion Behaviour type execution. More...

Properties

int FixedUpdateNetworkExecutionCount [get]
 Gets the count of FixedUpdateNetwork executions. More...
 
double FixedUpdateNetworkExecutionTime [get]
 Gets the total execution time of FixedUpdateNetwork in milliseconds. More...
 
int RenderExecutionCount [get]
 Gets the count of Render executions. More...
 
double RenderExecutionTime [get]
 Gets the total execution time of Render in milliseconds. More...
 

Detailed Description

Represents a snapshot of statistics related to Fusion Behaviour type execution.

Property Documentation

◆ FixedUpdateNetworkExecutionCount

int FixedUpdateNetworkExecutionCount
get

Gets the count of FixedUpdateNetwork executions.

◆ FixedUpdateNetworkExecutionTime

double FixedUpdateNetworkExecutionTime
get

Gets the total execution time of FixedUpdateNetwork in milliseconds.

◆ RenderExecutionCount

int RenderExecutionCount
get

Gets the count of Render executions.

◆ RenderExecutionTime

double RenderExecutionTime
get

Gets the total execution time of Render in milliseconds.