All Classes Namespaces Functions Variables Enumerations Properties Pages
Classes | Public Attributes | List of all members
BehaviourBase Class Referenceabstract

The base abstract class for all Puppet Behaviours. More...

Inheritance diagram for BehaviourBase:
Inheritance graph
[legend]
Collaboration diagram for BehaviourBase:
Collaboration graph
[legend]

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...
 

Detailed Description

The base abstract class for all Puppet Behaviours.