Table of Contents

Class KSPAudioEventToEnumPropertyWatcherBinding

Namespace
KSP.Audio
Assembly
Assembly-CSharp.dll
public class KSPAudioEventToEnumPropertyWatcherBinding : BasePropertyWatcherBinding
Inheritance
KSPAudioEventToEnumPropertyWatcherBinding
Inherited Members
Extension Methods

Constructors

KSPAudioEventToEnumPropertyWatcherBinding()

public KSPAudioEventToEnumPropertyWatcherBinding()

Fields

EventsToEnumBindings

public List<KSPAudioEventToEnumPropertyWatcherBinding.IntToAudioEventListBinding> EventsToEnumBindings

Field Value

List<KSPAudioEventToEnumPropertyWatcherBinding.IntToAudioEventListBinding>

TargetPropertyWatcherClassName

public string TargetPropertyWatcherClassName

Field Value

string

Methods

OnPropertyWatcherChange(int)

public void OnPropertyWatcherChange(int curEnumAsInt)

Parameters

curEnumAsInt int

PollPropertyWatcher()

public override void PollPropertyWatcher()

Subscribe()

public override void Subscribe()

Unsubscribe()

public override void Unsubscribe()