Table of Contents

Class TrackingStationSearchFilter.FilterToggle

Namespace
KSP.Map
Assembly
Assembly-CSharp.dll
public class TrackingStationSearchFilter.FilterToggle : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
Inheritance
TrackingStationSearchFilter.FilterToggle
Implements
Inherited Members
Extension Methods

Constructors

FilterToggle(string, bool)

public FilterToggle(string name, bool toggle = false)

Parameters

name string
toggle bool

Fields

name

[DataProperty("name")]
public Property<string> name

Field Value

Property<string>

Properties

toggle

[DataProperty("toggle")]
public Property<bool> toggle { get; }

Property Value

Property<bool>

Methods

LocalizeName()

public void LocalizeName()