Click or drag to resize
ConstructionComponentselectionCast Method

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.selectionCast(UnityEngine.Ray,System.Single@)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool selectionCast(
	Ray ray,
	out float distance
)

Parameters

ray
Type: Ray

[Missing <param name="ray"/> documentation for "M:Planetbase.ConstructionComponent.selectionCast(UnityEngine.Ray,System.Single@)"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Planetbase.ConstructionComponent.selectionCast(UnityEngine.Ray,System.Single@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Planetbase.ConstructionComponent.selectionCast(UnityEngine.Ray,System.Single@)"]

See Also