blob: 5f26ba0fab30a72a45ed7c700bec3fe51b322542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8" ?>
<class name="StreamTexture" inherits="Texture" category="Core" version="3.2">
<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>
|