Orbit
Ref Property
KerbalData - KSP Data Unlocked!
Gets or sets the reference body integer
Namespace:
KerbalData
Assembly:
KerbalData
(in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
int
Ref
{
get
;
set
; }
public int Ref { get; set; }
public
:
property
int
Ref
{
int
get
();
void
set
(
int
value
); }
public: property int Ref { int get (); void set (int value); }
See Also
Orbit Class
Orbit Members
KerbalData Namespace