renamed function get_video_texutre to get_video_texture
This commit is contained in:
parent
485e772d37
commit
6be6d02daf
2 changed files with 2 additions and 2 deletions
|
@ -39343,7 +39343,7 @@ This method controls whether the position between two cached points is interpola
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_video_texutre">
|
||||
<method name="get_video_texture">
|
||||
<return type="Texture">
|
||||
</return>
|
||||
<description>
|
||||
|
|
|
@ -393,7 +393,7 @@ void VideoPlayer::_bind_methods() {
|
|||
ObjectTypeDB::bind_method(_MD("set_buffering_msec","msec"),&VideoPlayer::set_buffering_msec);
|
||||
ObjectTypeDB::bind_method(_MD("get_buffering_msec"),&VideoPlayer::get_buffering_msec);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_video_texutre:Texture"), &VideoPlayer::get_video_texture );
|
||||
ObjectTypeDB::bind_method(_MD("get_video_texture:Texture"), &VideoPlayer::get_video_texture );
|
||||
|
||||
ADD_PROPERTY( PropertyInfo(Variant::INT, "stream/audio_track",PROPERTY_HINT_RANGE,"0,128,1"), _SCS("set_audio_track"), _SCS("get_audio_track") );
|
||||
ADD_PROPERTY( PropertyInfo(Variant::OBJECT, "stream/stream", PROPERTY_HINT_RESOURCE_TYPE,"VideoStream"), _SCS("set_stream"), _SCS("get_stream") );
|
||||
|
|
Loading…
Reference in a new issue