Home | 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.
Instance Methods | |||
string |
|
||
|
|||
string, int, or float |
|
||
|
|||
string |
|
Instance Variables | |
data Data for this property. |
|
name The property name. |
|
type The property type. |
Method Details |
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. |
Instance Variable Details |
dataData for this property. Depends on property type. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Mon Aug 31 23:12:24 2009 | http://epydoc.sourceforge.net |