Show / Hide Table of Contents

Class TabBarCanvasController.SetSelectedIndexInvokeTransitionData

A custom transition data type for use with the SetSelectedIndexTransition.

Inheritance
System.Object
ViewControllerInvokeTransitionData<CanvasController>
CanvasControllerInvokeTransitionData
TabBarCanvasController.SetSelectedIndexInvokeTransitionData
Inherited Members
ViewControllerInvokeTransitionData<CanvasController>.ToViewController
ViewControllerInvokeTransitionData<CanvasController>.Animated
ViewControllerInvokeTransitionData<CanvasController>.Interactive
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 SetSelectedIndexInvokeTransitionData : CanvasControllerInvokeTransitionData

Constructors

SetSelectedIndexInvokeTransitionData(Int32, Boolean)

Declaration
public SetSelectedIndexInvokeTransitionData(int selectedIndex, bool animated = false)
Parameters
Type Name Description
System.Int32 selectedIndex
System.Boolean animated

Properties

SelectedIndex

Declaration
public int SelectedIndex { get; }
Property Value
Type Description
System.Int32
Back to top © 2019 Pelican 7 LTD. All rights reserved.