Class TabBarCanvasController.SetViewControllersInvokeTransitionData
A custom transition data type for use with the SetSelectedViewControllerTransition.
Inheritance
System.Object
TabBarCanvasController.SetViewControllersInvokeTransitionData
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 SetViewControllersInvokeTransitionData : CanvasControllerInvokeTransitionData
Constructors
SetViewControllersInvokeTransitionData(CanvasController[], Boolean)
Declaration
public SetViewControllersInvokeTransitionData(CanvasController[] viewControllers, bool animated = false)
Parameters
Type | Name | Description |
---|---|---|
CanvasController[] | viewControllers | |
System.Boolean | animated |
Properties
ViewControllers
Declaration
public CanvasController[] ViewControllers { get; }
Property Value
Type | Description |
---|---|
CanvasController[] |