2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-03-16 23:01:02 +01:00
|
|
|
<class name="StreamTexture" inherits="Texture" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
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>
|
2021-12-02 21:15:17 +01:00
|
|
|
<member name="flags" type="int" setter="set_flags" getter="get_flags" overrides="Texture" 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>
|