NavMesh
-=-=-=- -Fixed NavMesh API -New NavMesh demo -Support for animated Particles2D -Fixes for native video playback on iOS
This commit is contained in:
parent
56b30b31e4
commit
d5cb758d36
14 changed files with 224 additions and 20 deletions
|
|
@ -438,7 +438,7 @@ int OS::get_processor_count() const {
|
|||
return 1;
|
||||
}
|
||||
|
||||
Error OS::native_video_play(String p_path, float p_volume) {
|
||||
Error OS::native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track) {
|
||||
|
||||
return FAILED;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue