diff options
| author | Terah | 2017-10-03 23:29:30 +0200 |
|---|---|---|
| committer | Terah | 2017-10-04 07:46:08 +0200 |
| commit | 43410ca363da329313bc9ca74882a4409335a306 (patch) | |
| tree | 225a94c9e202d74f0997845d1b5fbb5a39e5e45d /doc/classes | |
| parent | b12455cde85771e0f351932d49c692a1126246f7 (diff) | |
| download | godot-43410ca363da329313bc9ca74882a4409335a306.tar.gz godot-43410ca363da329313bc9ca74882a4409335a306.tar.zst godot-43410ca363da329313bc9ca74882a4409335a306.zip | |
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/VideoPlayer.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 57e417974..bac7d1e3b 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -156,6 +156,15 @@ Set the video stream for this player. </description> </method> + <method name="set_stream_position"> + <return type="void"> + </return> + <argument index="0" name="position" type="float"> + </argument> + <description> + Set the current position of the stream, in seconds. + </description> + </method> <method name="set_volume"> <return type="void"> </return> |
