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

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

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