summaryrefslogtreecommitdiff
path: root/doc/classes/StreamTexture.xml
blob: 20cbadb5f0a8d627a953b2901a39f8fe102f879f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<class name="StreamTexture" inherits="Texture" category="Core" version="3.2">
	<brief_description>
		A [code].stex[/code] texture.
	</brief_description>
	<description>
		A texture that is loaded from a [code].stex[/code] file.
	</description>
	<tutorials>
	</tutorials>
	<methods>
	</methods>
	<members>
		<member name="load_path" type="String" setter="load" getter="get_load_path" default="&quot;&quot;">
			The StreamTexture's file path to a [code].stex[/code] file.
		</member>
	</members>
	<constants>
	</constants>
</class>