Show / Hide Table of Contents

Class CanvasGraph

A CanvasGraph is the runtime representation of a GraphResource asset, built with the UI Canvas workflow.

Inheritance
System.Object
Graph<CanvasController>
CanvasGraph
Inherited Members
Graph<CanvasController>.InstantiateInitialViewController()
Graph<CanvasController>.InstantiateInitialViewController<TViewController>()
Graph<CanvasController>.InstantiateViewControllerWithIdentifier(String)
Graph<CanvasController>.InstantiateViewControllerWithIdentifier<TViewController>(String)
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: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public class CanvasGraph : Graph<CanvasController>

Constructors

CanvasGraph(GraphResource)

Declaration
public CanvasGraph(GraphResource graphResource)
Parameters
Type Name Description
GraphResource graphResource
Back to top © 2019 Pelican 7 LTD. All rights reserved.