Click or drag to resize
Target Constructor (Selectable, Single)
Initializes a new instance of the Target class

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

Parameters

selectable
Type: PlanetbaseSelectable

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

radius
Type: SystemSingle

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

See Also