Click or drag to resize
AB4D logo

AnimationControllerCurrentFrameNumber Property

Gets the frame number where this animation controller currently is - the same as frameNumber parameter in the last call to GoToFrame(Double) method.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public double CurrentFrameNumber { get; }

Property Value

Double
See Also