Click or drag to resize
Constraint Class
A base class for DGNodes based on constraint nodes in Maya.
Inheritance Hierarchy

Namespace: Candlelight.Maya
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public abstract class Constraint : DGNode

The Constraint type exposes the following members.

Methods
  NameDescription
Public methodCompute
Cache all normalized target weights.
(Overrides DGNodeCompute.)
Protected methodGetNormalizedWeight
Gets the normalized weight for the target with the specified index.
Public methodGetTarget
Gets the target with the specified index.
Public methodGetTargets
Gets the targets.
Protected methodOpenAPIReferencePage
Opens the API reference page.
(Inherited from DGNode.)
Public methodSetTargets
Sets the targets.
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
Properties
  NameDescription
Public propertyConstrainedObject
Gets the constrained object.
Public propertyNodeName
Gets the name of the node in the Maya Dependency Graph to which this instance corresponds.
(Inherited from DGNode.)
Public propertyOffset
Gets or sets the offset.
Protected propertyOneOverTargetListCount
Gets the reciprocal of the target list count.
Public propertyTargetCount
Top
See Also