The base abstract class for all Puppet Behaviours. More...
Classes | |
class | AnimatorEvent |
Cross-fades to an animation state. UnityEvent can not be used for cross-fading, it requires multiple parameters. More... | |
struct | PuppetEvent |
Defines actions taken on certain events defined by the Puppet Behaviours. More... | |
Public Attributes | |
PuppetMaster | puppetMaster |
Gets the PuppetMaster associated with this behaviour. Returns null while the behaviour is not initiated by the PuppetMaster. More... | |
The base abstract class for all Puppet Behaviours.