Click or drag to resize

SweepGetTransform Method

Get the interpolated transform at a specific time.

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 GetTransform(
	out Transform xfb,
	float beta
)

Parameters

xfb
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
The transform.
beta
Type: SystemSingle
beta is a factor in [0,1], where 0 indicates alpha0.
See Also