2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-05-12 10:10:34 +02:00
|
|
|
<class name="StreamTexture2D" inherits="Texture2D" version="4.0">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2019-06-22 01:04:47 +02:00
|
|
|
A [code].stex[/code] texture.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-06-22 01:04:47 +02:00
|
|
|
A texture that is loaded from a [code].stex[/code] file.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
2019-06-27 16:10:09 +02:00
|
|
|
<method name="load">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" enum="Error" />
|
|
|
|
<argument index="0" name="path" type="String" />
|
2019-06-27 16:10:09 +02:00
|
|
|
<description>
|
2020-03-03 19:21:21 +01:00
|
|
|
Loads the texture from the given path.
|
2019-06-27 16:10:09 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-12 22:42:36 +02:00
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="load_path" type="String" setter="load" getter="get_load_path" default="""">
|
2019-06-22 01:04:47 +02:00
|
|
|
The StreamTexture's file path to a [code].stex[/code] file.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|