mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Mark methods for various classes as required
This commit is contained in:
parent
2a9ff39264
commit
ab178719d9
15 changed files with 42 additions and 65 deletions
|
|
@ -94,7 +94,7 @@ class VideoStream : public Resource {
|
|||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
GDVIRTUAL0R(Ref<VideoStreamPlayback>, _instantiate_playback);
|
||||
GDVIRTUAL0R_REQUIRED(Ref<VideoStreamPlayback>, _instantiate_playback);
|
||||
|
||||
String file;
|
||||
int audio_track = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue