summaryrefslogtreecommitdiff
path: root/doc/classes/Skin.xml
blob: 572558c3f5a8bdecfa5aa8fe1ca5c5878813a846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Skin" inherits="Resource" version="4.0">
	<brief_description>
	</brief_description>
	<description>
	</description>
	<tutorials>
	</tutorials>
	<methods>
		<method name="add_bind">
			<return type="void" />
			<argument index="0" name="bone" type="int" />
			<argument index="1" name="pose" type="Transform3D" />
			<description>
			</description>
		</method>
		<method name="add_named_bind">
			<return type="void" />
			<argument index="0" name="name" type="String" />
			<argument index="1" name="pose" type="Transform3D" />
			<description>
			</description>
		</method>
		<method name="clear_binds">
			<return type="void" />
			<description>
			</description>
		</method>
		<method name="get_bind_bone" qualifiers="const">
			<return type="int" />
			<argument index="0" name="bind_index" type="int" />
			<description>
			</description>
		</method>
		<method name="get_bind_count" qualifiers="const">
			<return type="int" />
			<description>
			</description>
		</method>
		<method name="get_bind_name" qualifiers="const">
			<return type="StringName" />
			<argument index="0" name="bind_index" type="int" />
			<description>
			</description>
		</method>
		<method name="get_bind_pose" qualifiers="const">
			<return type="Transform3D" />
			<argument index="0" name="bind_index" type="int" />
			<description>
			</description>
		</method>
		<method name="set_bind_bone">
			<return type="void" />
			<argument index="0" name="bind_index" type="int" />
			<argument index="1" name="bone" type="int" />
			<description>
			</description>
		</method>
		<method name="set_bind_count">
			<return type="void" />
			<argument index="0" name="bind_count" type="int" />
			<description>
			</description>
		</method>
		<method name="set_bind_name">
			<return type="void" />
			<argument index="0" name="bind_index" type="int" />
			<argument index="1" name="name" type="StringName" />
			<description>
			</description>
		</method>
		<method name="set_bind_pose">
			<return type="void" />
			<argument index="0" name="bind_index" type="int" />
			<argument index="1" name="pose" type="Transform3D" />
			<description>
			</description>
		</method>
	</methods>
</class>