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