SelectionInfo Constructor |
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic SelectionInfo(
Selectable selectable,
float distance
)
Public Sub New (
selectable As Selectable,
distance As Single
)
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