TrueSync
|
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. | |
Provides a few utilities to be used on TrueSync exposed classes.
Definition at line 10 of file UnityUtils.cs.