예제 #1
0
 static extern void sfSound_setPosition(IntPtr Sound, Vector3f position);
예제 #2
0
파일: Listener.cs 프로젝트: Furt/netgore
 static extern void sfListener_setDirection(Vector3f direction);
예제 #3
0
파일: Sound.cs 프로젝트: Furt/netgore
 static extern void sfSound_setPosition(IntPtr Sound, Vector3f position);
예제 #4
0
파일: Listener.cs 프로젝트: Furt/netgore
 static extern void sfListener_setPosition(Vector3f position);
예제 #5
0
 static extern void sfSoundStream_setPosition(IntPtr SoundStream, Vector3f position);
예제 #6
0
 static extern void sfListener_setDirection(Vector3f direction);
예제 #7
0
 static extern void sfListener_setPosition(Vector3f position);
예제 #8
0
파일: SoundStream.cs 프로젝트: Furt/netgore
 static extern void sfSoundStream_setPosition(IntPtr SoundStream, Vector3f position);