You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
iOS modular build and export implementation.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
////////////////////////////////////////////////////////
|
||||
// CameraServer
|
||||
|
||||
CameraServer::CreateFunc CameraServer::create_func = NULL;
|
||||
|
||||
void CameraServer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_feed", "index"), &CameraServer::get_feed);
|
||||
ClassDB::bind_method(D_METHOD("get_feed_count"), &CameraServer::get_feed_count);
|
||||
|
||||
Reference in New Issue
Block a user