godot/doc/classes/StreamTexture.xml
2018-02-19 10:46:33 +01:00

23 lines
529 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="StreamTexture" inherits="Texture" category="Core" version="3.1-dev">
<brief_description>
A .stex texture.
</brief_description>
<description>
A texture that is loaded from a .stex file.
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
</methods>
<members>
<member name="load_path" type="String" setter="load" getter="get_load_path">
The StreamTexture's filepath to a .stex file.
</member>
</members>
<constants>
</constants>
</class>