Get the interpolated transform at a specific time.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void GetTransform(
out Transform xfb,
float beta
)
Parameters
- xfb Transform
- The transform.
- beta Single
- beta is a factor in [0,1], where 0 indicates alpha0.
See Also