godot/doc/classes/StreamTexture.xml
Hein-Pieter van Braam 16ab5e091d 3.0.7-devel
Onwards my precious!
2018-07-31 20:13:10 +02:00

23 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="StreamTexture" inherits="Texture" category="Core" version="3.0.7">
<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>