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

The base abstract class for all Transform constraints. More...

Inheritance diagram for Constraint:
Inheritance graph
[legend]

Public Member Functions

abstract void UpdateConstraint ()
 Updates the constraint. More...
 

Public Attributes

Transform transform
 The transform to constrain. More...
 
float weight
 Constraint weight. More...
 

Properties

bool isValid [get]
 Gets a value indicating whether this Constraint is valid. More...
 

Detailed Description

The base abstract class for all Transform constraints.