Module Object :: Class Property
[frames | no frames]

Class Property


The Property object

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.

Method Summary
string, int, or float getData()
Get the data for this property.
string getName()
Get the name of this property.
string getType()
Get the type for this property.
  setData(data)
Set the data for this property.
  setName(name)
Set the name of this property.

Instance Variable Summary
  data: Data for this property.
  name: The property name.
  type: The property type.

Method Details

getData()

Get the data for this property.
Returns:
string, int, or float

getName()

Get the name of this property.
Returns:
The property name.
           (type=string)

getType()

Get the type for this property.
Returns:
string

setData(data)

Set the data for this property.
Parameters:
data - The data to set for this property.
           (type=string, int, or float)

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.

setName(name)

Set the name of this property.
Parameters:
name - The new name of the property
           (type=string)

Instance Variable Details

data

Data for this property. Depends on property type.

name

The property name.

type

The property type.

Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 http://epydoc.sf.net