PartResource
Amount Property
KerbalData - KSP Data Unlocked!
Gets or sets the amount
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
Amount
{
get
;
set
; }
public int Amount { get; set; }
public
:
property
int
Amount
{
int
get
();
void
set
(
int
value
); }
public: property int Amount { int get (); void set (int value); }
See Also
PartResource Class
PartResource Members
KerbalData Namespace