flywave-mapview.mapview.isdynamicframe
Home > @flywave/flywave-mapview > MapView > isDynamicFrame
MapView.isDynamicFrame property
Warning: This API is now obsolete.
This should only be used for the internal handling of the render loop, if you use your own RenderLoop use in combination with MapViewEventNames.FrameComplete
Returns true if the current frame will immediately be followed by another frame.
Signature:
get isDynamicFrame(): boolean;