Show / Hide Table of Contents

Interface IGraphable

An IGraphable represents a resource that can be used in a graph, such as a CanvasController.

Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IGraphable

Methods

GraphableTransitionIdentifiers()

Declaration
List<GraphableTransitionIdentifier> GraphableTransitionIdentifiers()
Returns
Type Description
System.Collections.Generic.List<GraphableTransitionIdentifier>

InstantiateFromResource(IGraphable)

Declaration
IGraphable InstantiateFromResource(IGraphable resource)
Parameters
Type Name Description
IGraphable resource
Returns
Type Description
IGraphable

PerformGraphableTransition(GraphableTransition)

Declaration
void PerformGraphableTransition(GraphableTransition transition)
Parameters
Type Name Description
GraphableTransition transition

SetGraph(Object)

Declaration
void SetGraph(object graph)
Parameters
Type Name Description
System.Object graph
Back to top © 2019 Pelican 7 LTD. All rights reserved.