Show / Hide Table of Contents

Class ViewControllerInvokeTransitionData<TViewController>

A ViewControllerInvokeTransitionData is used to pass transition data to InvokeTransition(ViewControllerTransitionIdentifier, TTransitionData, Action).

You should not use this class directly. Instead use one of its concrete subclasses, CanvasControllerInvokeTransitionData or ElementsControllerInvokeTransitionData, depending upon the workflow you are using.

Inheritance
System.Object
ViewControllerInvokeTransitionData<TViewController>
CanvasControllerInvokeTransitionData
ElementsControllerInvokeTransitionData
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: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public abstract class ViewControllerInvokeTransitionData<TViewController>
Type Parameters
Name Description
TViewController

Constructors

ViewControllerInvokeTransitionData()

Declaration
public ViewControllerInvokeTransitionData()

Properties

Animated

Declaration
public bool Animated { get; set; }
Property Value
Type Description
System.Boolean

Interactive

Declaration
public bool Interactive { get; set; }
Property Value
Type Description
System.Boolean

ToViewController

Declaration
public TViewController ToViewController { get; set; }
Property Value
Type Description
TViewController
Back to top © 2019 Pelican 7 LTD. All rights reserved.