Exemplo n.º 1
0
 private void PlayDefaultAudioWhenBundleLoads(PYBundleManager.PYBundleManagerEventData data)
 {
     Invoke("Play", DelayStartEnable);
 }
Exemplo n.º 2
0
 protected virtual void BundleLoadCompletedCallback(PYBundleManager.PYBundleManagerEventData data)
 {
     UpdateComponent();
 }