Esempio n. 1
0
 public override AudioObject PlayLast(string categoryId, Transform parent = null, Vector3 point = default(Vector3))
 {
     if (wrappedService != null)
     {
         Debug.LogFormat("Playing Last in category: {0} with parent {1} at {2}", categoryId, parent, point);
         return wrappedService.PlayLast(categoryId, parent, point);
     }
     return null;
 }