Trees | Indices | Help |
---|
|
This property gives access to object property data in Blender, used by the game engine.
Warning: Comparisons between properties will only be true when both the name and data pairs are the same.
|
|||
string |
|
||
|
|||
string, int, or float |
|
||
|
|||
string |
|
|
|||
data Data for this property. |
|||
name The property name. |
|||
type The property type. |
|
Get the name of this property.
|
Set the name of this property.
|
Set the data for this property.
Warning: See object.setProperty(). Changing data which is of a different type then the property is set to (i.e. setting an int value to a float type' property) will change the type of the property automatically. |
|
dataData for this property. Depends on property type. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 24 10:23:52 2008 | http://epydoc.sourceforge.net |