Tanoda
UnityEngine.UI.Extensions.SegmentedControl Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.SegmentedControl:

Classes

class  SegmentSelectedEvent
 

Public Member Functions

void LayoutSegments ()
 

Protected Member Functions

 SegmentedControl ()
 
override void Start ()
 
override void OnEnable ()
 

Properties

float SeparatorWidth [get]
 
Selectable[] segments [get]
 
Graphic separator [get, set]
 
bool allowSwitchingOff [get, set]
 
int selectedSegmentIndex [get, set]
 
SegmentSelectedEvent onValueChanged [get, set]
 

Detailed Description

Definition at line 14 of file SegmentedControl.cs.

Constructor & Destructor Documentation

◆ SegmentedControl()

UnityEngine.UI.Extensions.SegmentedControl.SegmentedControl ( )
protected

Definition at line 106 of file SegmentedControl.cs.

Member Function Documentation

◆ LayoutSegments()

void UnityEngine.UI.Extensions.SegmentedControl.LayoutSegments ( )

Definition at line 207 of file SegmentedControl.cs.

◆ OnEnable()

override void UnityEngine.UI.Extensions.SegmentedControl.OnEnable ( )
protected

Definition at line 117 of file SegmentedControl.cs.

◆ Start()

override void UnityEngine.UI.Extensions.SegmentedControl.Start ( )
protected

Definition at line 109 of file SegmentedControl.cs.

Property Documentation

◆ allowSwitchingOff

bool UnityEngine.UI.Extensions.SegmentedControl.allowSwitchingOff
getset

Definition at line 66 of file SegmentedControl.cs.

◆ onValueChanged

SegmentSelectedEvent UnityEngine.UI.Extensions.SegmentedControl.onValueChanged
getset

Definition at line 100 of file SegmentedControl.cs.

◆ segments

Selectable [] UnityEngine.UI.Extensions.SegmentedControl.segments
get

Definition at line 52 of file SegmentedControl.cs.

◆ selectedSegmentIndex

int UnityEngine.UI.Extensions.SegmentedControl.selectedSegmentIndex
getset

Definition at line 68 of file SegmentedControl.cs.

◆ separator

Graphic UnityEngine.UI.Extensions.SegmentedControl.separator
getset

Definition at line 64 of file SegmentedControl.cs.

◆ SeparatorWidth

float UnityEngine.UI.Extensions.SegmentedControl.SeparatorWidth
getprotected

Definition at line 34 of file SegmentedControl.cs.


The documentation for this class was generated from the following file: