Click or drag to resize
AB4D logo

AnimationControllerGoToFrame Method

GoToFrame method updates the objects animated with this animation node based on the specified frame number. The method calls GoToFrame(Double) method on all AnimationNodes objects.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void GoToFrame(
	double frameNumber
)

Parameters

frameNumber  Double
frame number
See Also