|
SceneViewFrameNumber Property |
Gets the current frame number. The frame number is increased at the beginning of
Render(Boolean, Boolean, Boolean) method and before calling Update method.
The first rendered frame number is 1 (0 means that no frame was rendered yet).
See
LastSubmittedFrameNumber to get the frame number that was lastly submitted to the graphics card.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public int FrameNumber { get; }
Property Value
Int32See Also