Resource Type - jrossignol/ContractConfigurator GitHub Wiki
The Resource class represents a resource in KSP (eg. ElectricCharge, LiquidFuel, etc.).
Methods
| Method Signature | Description |
|---|---|
double Density()
|
Gets the density of the resource. |
Global Functions
| Function Signature | Description |
|---|---|
Resource Resource(string identifier)
|
Returns the resource for the given identifier. |