Class PlayableGraphVisualizer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GraphVisualizer
Syntax
public class PlayableGraphVisualizer : Graph, IEnumerable<Node>, IEnumerable
Constructors
PlayableGraphVisualizer(PlayableGraph)
Declaration
public PlayableGraphVisualizer(PlayableGraph playableGraph)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayableGraph | playableGraph |
Methods
GetChildren(Node)
Declaration
protected override IEnumerable<Node> GetChildren(Node node)
Parameters
| Type | Name | Description |
|---|---|---|
| Node | node |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<Node> |
Overrides
Populate()
Declaration
protected override void Populate()