Interface IGraphable
An IGraphable represents a resource that can be used in a graph, such as a CanvasController.
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IGraphable
Methods
GraphableTransitionIdentifiers()
Declaration
List<GraphableTransitionIdentifier> GraphableTransitionIdentifiers()
Returns
InstantiateFromResource(IGraphable)
Declaration
IGraphable InstantiateFromResource(IGraphable resource)
Parameters
Returns
Declaration
void PerformGraphableTransition(GraphableTransition transition)
Parameters
SetGraph(Object)
Declaration
void SetGraph(object graph)
Parameters
Type |
Name |
Description |
System.Object |
graph |
|