Package bpy :: Module types :: Class GameFloatProperty
[hide private]
[frames] | no frames]

Class GameFloatProperty


The Game Float Property Object

Game engine user defined floating pointer number property.

(no references to this struct found)

Instance Variables [hide private]
boolean debug
Print debug information for this property. (Inherited from bpy.types.GameProperty)
string name
Available as as GameObject attributes in the game engines python api (maximum length of 32) (Inherited from bpy.types.GameProperty)
enum type
Type in... (Inherited from bpy.types.GameProperty)
float in [-10000, 10000] value
Property value.