base class — bpy_struct
Game engine related settings for the object
Selects the collision type
Type : | enum in [‘BOX’, ‘SPHERE’, ‘CYLINDER’, ‘CONE’, ‘CONVEX_HULL’, ‘TRIANGLE_MESH’, ‘CAPSULE’], default ‘BOX’ |
---|
Extra margin around object for collision detection, small amount required for stability
Type : | float in [0, 1], default 0.0 |
---|
Game engine controllers to process events, connecting sensor to actuators
Type : | Collection of Controller, (readonly) |
---|
General movement damping
Type : | float in [0, 1], default 0.0 |
---|
Form factor scales the inertia tensor
Type : | float in [0, 1], default 0.0 |
---|
Relative friction coefficient in the in the X, Y and Z directions, when anisotropic friction is enabled
Type : | float array of 3 items in [0, 1], default (0.0, 0.0, 0.0) |
---|
Disable simulation of linear motion along the X axis
Type : | boolean, default False |
---|
Disable simulation of linear motion along the Y axis
Type : | boolean, default False |
---|
Disable simulation of linear motion along the Z axis
Type : | boolean, default False |
---|
Disable simulation of angular motion along the X axis
Type : | boolean, default False |
---|
Disable simulation of angular motion along the Y axis
Type : | boolean, default False |
---|
Disable simulation of angular motion along the Z axis
Type : | boolean, default False |
---|
Mass of the object
Type : | float in [0.01, 10000], default 0.0 |
---|
Selects the type of physical representation
Type : | enum in [‘NO_COLLISION’, ‘STATIC’, ‘DYNAMIC’, ‘RIGID_BODY’, ‘SOFT_BODY’, ‘OCCLUDE’, ‘SENSOR’], default ‘NO_COLLISION’ |
---|
Game engine properties
Type : | Collection of GameProperty, (readonly) |
---|
Radius of bounding sphere and material physics
Type : | float in [0.01, 10], default 0.0 |
---|
General rotation damping
Type : | float in [0, 1], default 0.0 |
---|
Shows actuators for this object in the user interface
Type : | boolean, default False |
---|
Shows controllers for this object in the user interface
Type : | boolean, default False |
---|
Print state debug info in the game engine
Type : | boolean, default False |
---|
Shows sensors for this object in the user interface
Type : | boolean, default False |
---|
Show state panel
Type : | boolean, default False |
---|
Settings for Bullet soft body simulation
Type : | GameSoftBodySettings, (readonly) |
---|
Initial state when the game starts
Type : | boolean array of 30 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False) |
---|
State determining which controllers are displayed
Type : | boolean array of 30 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False) |
---|
Disable simulation of angular motion along the Z axis
Type : | boolean, default False |
---|
Object is detected by the Near and Radar sensor
Type : | boolean, default False |
---|
Set all state bits
Type : | boolean, default False |
---|
Enable anisotropic friction
Type : | boolean, default False |
---|
Specify a collision bounds type other than the default
Type : | boolean, default False |
---|
Add children to form a compound collision object
Type : | boolean, default False |
---|
Object does not restitute collisions, like a ghost
Type : | boolean, default False |
---|
Use physics settings in materials
Type : | boolean, default False |
---|
Use face normal to rotate object, so that it points away from the surface
Type : | boolean, default False |
---|
Disable auto (de)activation in physics simulation
Type : | boolean, default False |
---|
States which are being used by controllers
Type : | boolean array of 30 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False), (readonly) |
---|
Clamp velocity to this maximum speed
Type : | float in [0, 1000], default 0.0 |
---|
Clamp velocity to this minimum speed (except when totally still)
Type : | float in [0, 1000], default 0.0 |
---|
Inherited Properties
Inherited Functions
|
References