コード例 #1
0
 public static FMOD.Studio.EventInstance CreateInstance(EventRef eventRef)
 {
     return CreateInstance(eventRef.Path);
 }
コード例 #2
0
 public static void PlayOneShot(EventRef eventRef, Vector3 position = new Vector3())
 {
     PlayOneShot(eventRef.Path, position);
 }
コード例 #3
0
 public static FMOD.Studio.EventDescription GetEventDescription(EventRef eventRef)
 {
     return GetEventDescription(eventRef.Path);
 }
コード例 #4
0
 public static FMOD.Studio.EventDescription GetEventDescription(EventRef eventRef)
 {
     return(GetEventDescription(eventRef.Path));
 }
コード例 #5
0
 public static void PlayOneShot(EventRef eventRef, Vector3 position = new Vector3())
 {
     PlayOneShot(eventRef.Path, position);
 }
コード例 #6
0
 public static FMOD.Studio.EventInstance CreateInstance(EventRef eventRef)
 {
     return(CreateInstance(eventRef.Path));
 }