Click or drag to resize
TransformerEntry Constructor
Initializes a new instance of the TransformerEntry class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public TransformerEntry(
	ConstructionComponent transformer,
	float distance,
	List<ResourceType> predictedNeededResources
)

Parameters

transformer
Type: PlanetbaseConstructionComponent

[Missing <param name="transformer"/> documentation for "M:Planetbase.TransformerEntry.#ctor(Planetbase.ConstructionComponent,System.Single,System.Collections.Generic.List{Planetbase.ResourceType})"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Planetbase.TransformerEntry.#ctor(Planetbase.ConstructionComponent,System.Single,System.Collections.Generic.List{Planetbase.ResourceType})"]

predictedNeededResources
Type: System.Collections.GenericListResourceType

[Missing <param name="predictedNeededResources"/> documentation for "M:Planetbase.TransformerEntry.#ctor(Planetbase.ConstructionComponent,System.Single,System.Collections.Generic.List{Planetbase.ResourceType})"]

See Also