AimPoserInspector | Custom inspector for the Aim Poser for visualizing pose range |
BehaviourBase.AnimatorEvent | Cross-fades to an animation state. UnityEvent can not be used for cross-fading, it requires multiple parameters. |
BipedReferences.AutoDetectParams | Params for automatic biped recognition. (Using a struct here because I might need to add more parameters in the future). |
AxisTools | Contains tools for working with Axes that have no positive/negative directions. |
Baker | Base class for animation bakers, handles timing, keyframing and saving AnimationClips. |
GenericBaker | Baker for Generic/Legacy animation. |
HumanoidBaker | Baker for Humanoid animation. |
BehaviourBase | The base abstract class for all Puppet Behaviours. |
BehaviourFall | Blends between two animation clips in a blend tree depending on the height of the ragdoll from the ground. |
BehaviourPuppet | This behaviour handles pinning and unpinning puppets when they collide with objects or are hit via code, also automates getting up from an unbalanced state. |
BehaviourPuppet | This behaviour handles pinning and unpinning puppets when they collide with objects or are hit via code, also automates getting up from an unbalanced state. |
BehaviourPuppet | This behaviour handles pinning and unpinning puppets when they collide with objects or are hit via code, also automates getting up from an unbalanced state. |
BehaviourPuppet | This behaviour handles pinning and unpinning puppets when they collide with objects or are hit via code, also automates getting up from an unbalanced state. |
BehaviourPuppet | This behaviour handles pinning and unpinning puppets when they collide with objects or are hit via code, also automates getting up from an unbalanced state. |
BehaviourTemplate | This is just a commented template for creating new Puppet Behaviours. |
BendGoalInspector | Scene view helper for the LimbIK BendGoal |
BipedLimbOrientations | Contains the information about which way the limbs should be bent. |
BipedRagdollReferences | Holds references to all Transforms required for a biped ragdoll. |
BipedReferences | Contains references to bones common to all biped characters. |
Booster | Booster for BehaviourPuppet. Can be used to enhance puppet collision resistance and/or dealing damage to other puppets. |
BehaviourPuppet.CollisionResistanceMultiplier | Multiplies collision resistance for the specified layers. |
Comments | Adding comments to GameObjects in the Inspector. |
ConvertToConfigurableJoints | Converting 3D joints to ConfigurableJoints |
Hierarchy | Contains tools for working on Transform hierarchies. |
InspectorComment | Comment attribute for Editor. |
Muscle.InternalCollisionIgnoreSettings | Defines which muscles or muscle groups internal collisions are always ignored with. |
Interp | Class for various interpolation methods. |
LargeHeader | Large header attribute for Editor. |
LazySingleton< T > | Auto-instantiated singleton base class. |
BehaviourPuppet.MasterProps | Master properties for BehaviourPuppet. Options for switching modes and disabling mapping when the Puppet is out of contact. |
Muscle | Uses a ConfigurableJoint to make a Rigidbody follow the position and rotation (in joint space) of an animated target. |
MuscleCollision | All the required information when a muscle collides with something. |
MuscleCollisionBroadcaster | Filters and broadcasts collisions with the Muscles to the Puppet Behaviours. |
MuscleHit | Hitting muscles via code, usually by raycasting. |
BehaviourPuppet.MuscleProps | Defines the properties of muscle behaviour. |
BehaviourPuppet.MusclePropsGroup | Defines the properties of muscle behaviour for certain muscle group(s). |
ParticleCollisionHandler | Registers particle collisions and sends them over to PuppetMaster's MuscleCollisionBroadcaster as raycast hits. |
Prop | Automated prop picking up/dropping for the PuppetMaster. |
PropMuscle | Muscle that PuppetMasterProps can be attached to. |
PropRoot | A point in the character's bone hierarchy for connecting props to. |
Muscle.Props | The main properties of a muscle. |
PuppetControllerLite | Dynamic pin, drag and mapping weight control based on collisions with objects. |
BehaviourBase.PuppetEvent | Defines actions taken on certain events defined by the Puppet Behaviours. |
PuppetMaster | The master of puppets. Enables character animation to be played physically in muscle space. |
PuppetMasterProp | PuppetMaster prop designed to work with Prop Muscles. |
RagdollCreator | Contains common functionality and helpers for creating any type of ragdolls. |
BipedRagdollCreator | Automatically generates a ragdoll for a Biped character. |
RagdollEditor | Interactive Scene View ragdoll editor. |
RigidbodyController | Adds force and torque to a Rigidbody to make it follow a target Transform. |
SubBehaviourBalancer.Settings | Settings for SubBehaviourBalancer. |
ShowLargeHeaderIf | Large header attribute for Editor. |
Singleton< T > | The base abstract Singleton class. |
PuppetMasterSettings | The global master settings and optimizations for all PuppetMasters in the scene. Will only work if an instance of this singleton is added to the scene. If not, the PuppetMasters will use default values. |
SolverManager | Manages solver initiation and updating |
Muscle.State | The current state of a muscle. While the similar values in the Props should be defined by the user, this multiplies or adds to them and is hidden and intended for being used by the Puppet Behaviours only. |
SubBehaviourBase | The sub-behaviours take care of behaviour code reusability. While there can be only one active Puppet Behaviour at a time, that active behaviour can use multiple independent and reusable sub-behaviours simultaneously. For example the SubBehaviourCOM is responsible for calculating everything about the center of mass and can be used by any behaviour or even other sub-behaviours that need CoM calculations. This is the base abstract class for all sub-behaviours. |
TriggerEventBroadcaster | Forwards collider OnTrigger.. events. |
Weight | A floating point value that can be used as a simple float or a weight curve evaluated by another floating point parameter. |