Uses of Class
org.xjge.core.Puppet
| Package | Description |
|---|---|
| org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of Puppet in org.xjge.core
Methods in org.xjge.core that return Puppet Modifier and Type Method Description static PuppetInput. getDevicePuppet(int deviceID)Obtains the current puppet object an input device is using (if any).Methods in org.xjge.core with parameters of type Puppet Modifier and Type Method Description static voidInput. setDevicePuppet(int deviceID, Puppet puppet)Sets the current puppet object an input device will control.