Click or drag to resize
GameStateLocationSelectioncreatePlanet Method

[Missing <summary> documentation for "M:Planetbase.GameStateLocationSelection.createPlanet(Planetbase.Planet,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GameObject createPlanet(
	Planet planet,
	int index
)

Parameters

planet
Type: PlanetbasePlanet

[Missing <param name="planet"/> documentation for "M:Planetbase.GameStateLocationSelection.createPlanet(Planetbase.Planet,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Planetbase.GameStateLocationSelection.createPlanet(Planetbase.Planet,System.Int32)"]

Return Value

Type: GameObject

[Missing <returns> documentation for "M:Planetbase.GameStateLocationSelection.createPlanet(Planetbase.Planet,System.Int32)"]

See Also