Description
|
Sets the properties of a scene object. See also sim.getObjectProperty, sim.setObjectSpecialProperty and sim.setModelProperty. |
C/C++ synopsis
|
simInt simSetObjectProperty(simInt objectHandle,simInt prop)
|
C/C++ parameters |
objectHandle: object handle
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setObjectProperty(int objectHandle,int prop)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setObjectProperty(int objectHandle,int prop) |