Click or drag to resize
DGNode Class
The base class from which components replicating behavior of Maya Dependency Graph nodes inherit.
Inheritance Hierarchy

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

The DGNode type exposes the following members.

Methods
  NameDescription
Public methodCompute
Perform the node's operation in order to update outputs.
Protected methodOpenAPIReferencePage
Opens the API reference page.
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 propertyNodeName
Gets the name of the node in the Maya Dependency Graph to which this instance corresponds.
Top
See Also