Set the object to behave as a dynamic object. Dynamic objects will automatically update there position, rotation and scale. Static objects also update but dynamic objects are faster. Use this for objects like characters that are (always) moving.
| ObjectID | The id of the object. |
| IsDynamic | When set to 1 the object will behave as a dynamic objecct, when set to 0 it will not. |
Set Object Dynamic ObjectID, IsDynamic