Click or drag to resize
Moduleupdate Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override void update(
	float timeStep,
	long frameIndex
)

Parameters

timeStep
Type: SystemSingle

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

frameIndex
Type: SystemInt64

[Missing <param name="frameIndex"/> documentation for "M:Planetbase.Module.update(System.Single,System.Int64)"]

See Also