TrueSync: C:/Jeff/Projetos/Unit3d/truesync/Assets/TrueSync/Core/IBody.cs Source File

TrueSync

IBody.cs
1 namespace TrueSync {
2 
6  public interface IBody {
7 
8  string Checkum();
9 
13  bool TSDisabled {
14  get; set;
15  }
16 
17  }
18 
19 }
bool TSDisabled
If true the body doesn't interfere in physics simulation.
Definition: IBody.cs:13
Represents a common interface to 2D and 3D bodies.
Definition: IBody.cs:6
Generated by   doxygen 1.8.11