MeshLib Python Docs
Loading...
Searching...
No Matches
mrviewerpy.ViewerLaunchParams Class Reference

Public Member Functions

None __init__ (self)
 
int animationMaxFps (self)
 
None animationMaxFps (self, int arg0)
 
bool fullscreen (self)
 
None fullscreen (self, bool arg0)
 
bool isAnimating (self)
 
None isAnimating (self, bool arg0)
 
str name (self)
 
None name (self, str arg0)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

This struct contains rules for viewer launch

Constructor & Destructor Documentation

◆ __init__()

None mrviewerpy.ViewerLaunchParams.__init__ ( self)

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrviewerpy.ViewerLaunchParams._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ animationMaxFps() [1/2]

int mrviewerpy.ViewerLaunchParams.animationMaxFps ( self)
max fps if animating

◆ animationMaxFps() [2/2]

None mrviewerpy.ViewerLaunchParams.animationMaxFps ( self,
int arg0 )

◆ fullscreen() [1/2]

bool mrviewerpy.ViewerLaunchParams.fullscreen ( self)
if true starts fullscreen

◆ fullscreen() [2/2]

None mrviewerpy.ViewerLaunchParams.fullscreen ( self,
bool arg0 )

◆ isAnimating() [1/2]

bool mrviewerpy.ViewerLaunchParams.isAnimating ( self)
if true - calls render without system events

◆ isAnimating() [2/2]

None mrviewerpy.ViewerLaunchParams.isAnimating ( self,
bool arg0 )

◆ name() [1/2]

str mrviewerpy.ViewerLaunchParams.name ( self)
Window name

◆ name() [2/2]

None mrviewerpy.ViewerLaunchParams.name ( self,
str arg0 )

The documentation for this class was generated from the following file: