Example #1
0
 private static extern ErrorCode SetMaxAudibleBehavior(IntPtr soundgroup, SoundGroupBehavior behavior);
Example #2
0
 private static extern ErrorCode SetMaxAudibleBehavior(IntPtr soundgroup, SoundGroupBehavior behavior);
Example #3
0
 public Result GetMaxAudibleBehavior(out SoundGroupBehavior behavior)
 {
     return(FMOD_SoundGroup_GetMaxAudibleBehavior(RawPtr, out behavior));
 }
Example #4
0
 public Result SetMaxAudibleBehavior(SoundGroupBehavior behavior)
 {
     return(FMOD_SoundGroup_SetMaxAudibleBehavior(RawPtr, behavior));
 }
Example #5
0
 private static extern Result FMOD_SoundGroup_GetMaxAudibleBehavior(IntPtr soundgroup, out SoundGroupBehavior behavior);
Example #6
0
 FMOD_SoundGroup_GetMaxAudibleBehavior(IntPtr soundgroup, out SoundGroupBehavior behavior);