Class PlayableGraphVisualizer
Inheritance
System.Object
PlayableGraphVisualizer
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()
Overrides