2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-01-26 16:01:49 +01:00
|
|
|
<class name="StreamTexture" inherits="Texture" version="3.2">
|
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">
|
|
|
|
<return type="int" enum="Error">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<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-09-24 13:34:03 +02:00
|
|
|
<member name="flags" type="int" setter="set_flags" getter="get_flags" override="true" default="0" />
|
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>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|