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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public StorageSlot(
	Vector3 position,
	float maxHeight
)

Parameters

position
Type: Vector3

[Missing <param name="position"/> documentation for "M:Planetbase.StorageSlot.#ctor(UnityEngine.Vector3,System.Single)"]

maxHeight
Type: SystemSingle

[Missing <param name="maxHeight"/> documentation for "M:Planetbase.StorageSlot.#ctor(UnityEngine.Vector3,System.Single)"]

See Also