SoInteractionElementGetElapsedFrames Method |
Return number of frames since last interaction flag change.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static uint GetElapsedFrames(
SoState state
)
Public Shared Function GetElapsedFrames (
state As SoState
) As UInteger
public:
static unsigned int GetElapsedFrames(
SoState^ state
)
static member GetElapsedFrames :
state : SoState -> uint32
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
UInt32Remarks See Also