All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Public Attributes | List of all members
PropRoot Class Reference

A point in the character's bone hierarchy for connecting props to. More...

Inherits MonoBehaviour.

Collaboration diagram for PropRoot:
Collaboration graph
[legend]

Public Member Functions

void DropImmediate ()
 Dropping/Picking up normally works in the fixed update cycle where joints can be properly connected. Use this to drop a prop immediatelly. More...
 

Public Attributes

PuppetMaster puppetMaster
 Reference to the PuppetMaster component. More...
 
Rigidbody connectTo
 If a prop is connected, what will its joint be connected to? More...
 
Prop currentProp
 Is there a Prop connected to this PropRoot? Simply assign this value to connect, replace or drop props. More...
 

Detailed Description

A point in the character's bone hierarchy for connecting props to.