Class NodeGroup
Metadata for editor node group
public class NodeGroup
- Inheritance
-
objectNodeGroup
- 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
ceresNodeCeresNode
Returns
- bool