Class TabBarCanvasController.SetSelectedIndexInvokeTransitionData
A custom transition data type for use with the SetSelectedIndexTransition.
Inheritance
System.Object
TabBarCanvasController.SetSelectedIndexInvokeTransitionData
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 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 |