 |
SceneViewLastSubmittedFrameNumber Property |
Gets a frame number that was submitted to the graphics card for execution.
This may be lower than the
FrameNumber because FrameNumber is increased before the Update phase, when the LastSubmittedFrameNumber is set when the frame is sent to the graphics card.
This value is increased in the InitializeRenderingStep.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic int LastSubmittedFrameNumber { get; }
Property Value
Int32[Missing <value> documentation for "P:Ab4d.SharpEngine.SceneView.LastSubmittedFrameNumber"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.SceneView.LastSubmittedFrameNumber"]
See Also