Welcome to mirror list, hosted at ThFree Co, Russian Federation.

KX_BlenderMaterial.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21417db1802e650c492a4ac242f05086c06ab9c9 (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
class KX_BlenderMaterial: # (PyObjectPlus)
	"""
	KX_BlenderMaterial
	
	All placeholders have a __ prefix
	"""
	
	def __getShader(val):
		"""
		TODO - Description
		
		@param val: the starting frame of the animation
		@type val: float
		
		@rtype: integer
		@return: TODO Description
		"""

	def __setBlending(val):
		"""
		TODO - Description
		
		@param val: the starting frame of the animation
		@type val: float
		
		@rtype: integer
		@return: TODO Description
		"""
	def __getMaterialIndex(val):
		"""
		TODO - Description
		
		@param val: the starting frame of the animation
		@type val: float
		
		@rtype: integer
		@return: TODO Description
		"""