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