Table of Contents

Class UIStateVisualsBase

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class UIStateVisualsBase : MonoBehaviour
Inheritance
UIStateVisualsBase
Derived
Extension Methods

Constructors

UIStateVisualsBase()

public UIStateVisualsBase()

Fields

currentState

protected bool currentState

Field Value

bool

onActive

protected VisualCollection onActive

Field Value

VisualCollection

onActiveAlt

protected VisualCollection onActiveAlt

Field Value

VisualCollection

onDisabled

protected VisualCollection onDisabled

Field Value

VisualCollection

onDrag

protected VisualCollection onDrag

Field Value

VisualCollection

onHover

protected VisualCollection onHover

Field Value

VisualCollection

onPress

protected VisualCollection onPress

Field Value

VisualCollection

onRest

protected VisualCollection onRest

Field Value

VisualCollection

target

protected Image target

Field Value

Image

Methods

Awake()

protected void Awake()

IsCurrentState(VisualCollection)

protected bool IsCurrentState(VisualCollection checkState)

Parameters

checkState VisualCollection

Returns

bool

SetState(UIVisualState_PROTOTYPE)

public void SetState(UIVisualState_PROTOTYPE state)

Parameters

state UIVisualState_PROTOTYPE