Click or drag to resize

SweepAdvance Method

Advance the sweep forward, yielding a new initial state.

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Advance(
	float alpha
)

Parameters

alpha
Type: SystemSingle
new initial time..
See Also