Table of Contents

Class NodeGroup

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Metadata for editor node group

public class NodeGroup
Inheritance
object
NodeGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Fields

childNodes

public List<string> childNodes

Field Value

List<string>

position

public Vector2 position

Field Value

Vector2

title

public string title

Field Value

string

Methods

ContainsNode(CeresNode)

public bool ContainsNode(CeresNode ceresNode)

Parameters

ceresNode CeresNode

Returns

bool