Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes
BaseField.cs File Reference

Classes

class  BaseField
 Paw default base field implmentation, this uses KSPField integration and UI_Control handeling. More...
 
class  BaseField< K >
 Container class, this contains the reference to the KSPField attribute and the affected host object More...
 
class  BaseFieldList
 Paw default BaseField implementation, this uses KSPField and BaseField default implementations. More...
 
class  BaseFieldList< R, K >
 This class handles and array of BaseFields attributes of a single object. More...
 
class  FieldAttribute
 Attribute applied to fields to make them available to the KSP GUI More...
 
class  KSPField
 Paw default base Attribute field implementation Automatic persistance can only be applied to types which implement the IConfigNode interface or one of the following.. string, bool, int, float, Vector2, Vector3, Vector4 or Quaternion More...
 
class  BaseFieldList< R, K >.ReflectedData