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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public SelectionInfo(
	Selectable selectable,
	float distance
)

Parameters

selectable
Type: PlanetbaseSelectable

[Missing <param name="selectable"/> documentation for "M:Planetbase.SelectionInfo.#ctor(Planetbase.Selectable,System.Single)"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Planetbase.SelectionInfo.#ctor(Planetbase.Selectable,System.Single)"]

See Also