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 Puppet
Input. 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 void
Input. setDevicePuppet(int deviceID, Puppet puppet)
Sets the current puppet object an input device will control.