Ejemplo n.º 1
0
 public void OnFixedUpdate()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnFixedUpdate();
     }
 }
Ejemplo n.º 2
0
 private void FixedUpdate()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnFixedUpdate();
     }
 }
Ejemplo n.º 3
0
 public void OnFixedUpdate()
 {
     _assemblyEntity.OnFixedUpdate();
 }