Click or drag to resize
EnvironmentManagerupdate Method

[Missing <summary> documentation for "M:Planetbase.EnvironmentManager.update(System.Single,System.Boolean)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void update(
	float timeStep,
	bool forceUpdate = false
)

Parameters

timeStep
Type: SystemSingle

[Missing <param name="timeStep"/> documentation for "M:Planetbase.EnvironmentManager.update(System.Single,System.Boolean)"]

forceUpdate (Optional)
Type: SystemBoolean

[Missing <param name="forceUpdate"/> documentation for "M:Planetbase.EnvironmentManager.update(System.Single,System.Boolean)"]

See Also