summaryrefslogtreecommitdiff
path: root/modules/gltf/doc_classes/GLTFTexture.xml
blob: f4486fd50479c19b0fba1edb62c99cd88a416b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GLTFTexture" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
	<brief_description>
	</brief_description>
	<description>
	</description>
	<tutorials>
	</tutorials>
	<members>
		<member name="sampler" type="int" setter="set_sampler" getter="get_sampler" default="-1">
			ID of the texture sampler to use when sampling the image. If -1, then the default texture sampler is used (linear filtering, and repeat wrapping in both axes).
		</member>
		<member name="src_image" type="int" setter="set_src_image" getter="get_src_image" default="0">
		</member>
	</members>
</class>