Class CanvasControllerInvokeTransitionData
A CanvasControllerInvokeTransitionData is used to pass transition data to the InvokeTransition(ViewControllerTransitionIdentifier, TTransitionData, Action) method directly.
You may specify your own subclass if you have custom data you wish to pass. See the TabBarCanvasController for an example of this.
Inheritance
System.Object
CanvasControllerInvokeTransitionData
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 class CanvasControllerInvokeTransitionData : ViewControllerInvokeTransitionData<CanvasController>
Constructors
CanvasControllerInvokeTransitionData()
Declaration
public CanvasControllerInvokeTransitionData()