Click or drag to resize
Constructionfind Method (Vector3, BuildableState, Int32)

[Missing <summary> documentation for "M:Planetbase.Construction.find(UnityEngine.Vector3,Planetbase.BuildableState,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Construction find(
	Vector3 position,
	BuildableState state,
	int maxTargets
)

Parameters

position
Type: Vector3

[Missing <param name="position"/> documentation for "M:Planetbase.Construction.find(UnityEngine.Vector3,Planetbase.BuildableState,System.Int32)"]

state
Type: PlanetbaseBuildableState

[Missing <param name="state"/> documentation for "M:Planetbase.Construction.find(UnityEngine.Vector3,Planetbase.BuildableState,System.Int32)"]

maxTargets
Type: SystemInt32

[Missing <param name="maxTargets"/> documentation for "M:Planetbase.Construction.find(UnityEngine.Vector3,Planetbase.BuildableState,System.Int32)"]

Return Value

Type: Construction

[Missing <returns> documentation for "M:Planetbase.Construction.find(UnityEngine.Vector3,Planetbase.BuildableState,System.Int32)"]

See Also