Target Constructor (Selectable, Single) |
Initializes a new instance of the
Target class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Target(
Selectable selectable,
float radius
)
Public Sub New (
selectable As Selectable,
radius As Single
)
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