ObjectTemplate Commands
These are the commands that ObjectTemplate
uses to create, link, and position objects
ObjectTemplate.create
- Creates new object from a pre-defined type.
All properties and commands following
this command will apply to this object.
ObjectTemplate.addTemplate
- Adds a child object defined elsewhere to this object.
ObjectTemplate.setPosition
- Adjusts the position of the child object.
ObjectTemplate.setRotation
- Adjusts the angle / direction of the child object.
|