Table of Contents

Class SelectableExtendedVisualizer

Namespace
UnityEngine.UI
Assembly
Assembly-CSharp.dll
public class SelectableExtendedVisualizer : TransitionVisualizerBase
Inheritance
SelectableExtendedVisualizer
Derived
Inherited Members
Extension Methods

Constructors

SelectableExtendedVisualizer()

public SelectableExtendedVisualizer()

Fields

DisabledSprite

public Sprite DisabledSprite

Field Value

Sprite

HighlightedSprite

public Sprite HighlightedSprite

Field Value

Sprite

NormalSprite

public Sprite NormalSprite

Field Value

Sprite

OnButtonHoverEvents

public Event[] OnButtonHoverEvents

Field Value

Event[]

OnButtonPressedEvents

public Event[] OnButtonPressedEvents

Field Value

Event[]

PressedSprite

public Sprite PressedSprite

Field Value

Sprite

SelectableGraphic

public Image SelectableGraphic

Field Value

Image

SelectedSprite

public Sprite SelectedSprite

Field Value

Sprite

disableAudio

public bool disableAudio

Field Value

bool

gameEventOnPressed

public Type gameEventOnPressed

Field Value

Type

gameEventOnPressedIndex

public int gameEventOnPressedIndex

Field Value

int

transitionVisuals

public TransitionVisualSingle[] transitionVisuals

Field Value

TransitionVisualSingle[]

Methods

ChangeGraphicOnStateTransition(SelectionState, bool)

protected void ChangeGraphicOnStateTransition(SelectionState state, bool instant)

Parameters

state SelectionState
instant bool

GetRTCPIDX()

protected uint GetRTCPIDX()

Returns

uint

GetRTCPIDY()

protected uint GetRTCPIDY()

Returns

uint

HandleStateTransition(SelectionState, bool)

protected override void HandleStateTransition(SelectionState state, bool instant)

Parameters

state SelectionState
instant bool

HasOnClickAudioEvents()

public virtual bool HasOnClickAudioEvents()

Returns

bool

HasOnHoverAudioEvents()

public virtual bool HasOnHoverAudioEvents()

Returns

bool

PlayAudioEventsOnStateTransition(SelectionState, bool)

protected void PlayAudioEventsOnStateTransition(SelectionState state, bool instant)

Parameters

state SelectionState
instant bool

PostAKEventsWithPositionalRTPC(Event[])

protected void PostAKEventsWithPositionalRTPC(Event[] EventsToPost)

Parameters

EventsToPost Event[]

RemoveStateVisuals()

protected override void RemoveStateVisuals()