Click or drag to resize
SoGLRenderActionGetFrameCounter Method

Returns the current frame counter.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public uint GetFrameCounter()

Return Value

Type: UInt32
Remarks

The frame counter starts at zero and is automatically incremented each time the action is applied. The frame counter will have the same value throughout a single apply, even if there are multiple render passes, delayed rendering, etc.

See Also