TrueSync
Classes | Static Public Attributes | List of all members
TrueSync.UnityUtils Class Reference

Provides a few utilities to be used on TrueSync exposed classes. More...

Classes

class  PlayerComparer
 Comparer class to guarantee PhotonPlayer order. More...
 
class  TSBody2DComparer
 Comparer class to guarantee TSCollider2D order. More...
 
class  TSBodyComparer
 Comparer class to guarantee TSCollider order. More...
 

Static Public Attributes

static PlayerComparer playerComparer = new PlayerComparer()
 Instance of a PlayerComparer.
 
static TSBodyComparer bodyComparer = new TSBodyComparer()
 Instance of a TSBodyComparer.
 
static TSBody2DComparer body2DComparer = new TSBody2DComparer()
 Instance of a TSBody2DComparer.
 
static Dictionary< string, MethodInfo > methodInfoByName = new Dictionary<string, MethodInfo>()
 A few MethodInfo dictionary to allow reusable method calls.
 

Detailed Description

Provides a few utilities to be used on TrueSync exposed classes.

Definition at line 10 of file UnityUtils.cs.


The documentation for this class was generated from the following file: