Table of Contents

Interface IProperty

Namespace
KSP.Api
Assembly
Assembly-CSharp.dll
public interface IProperty
Extension Methods

Properties

StoredType

Type StoredType { get; }

Property Value

Type

Methods

GetObject()

object GetObject()

Returns

object

Events

OnChanged

event Action OnChanged

Event Type

Action

OnChangedObject

event Action<object> OnChangedObject

Event Type

Action<object>