MaxPlus Python API Reference
FrameRendParams Class Reference
+ Inheritance diagram for FrameRendParams:

Public Member Functions

def GetAmbient (self)
 
def GetBackground (self)
 
def GetBlowupCenter (self)
 
def GetBlowupFactor (self)
 
def GetFrameDuration (self)
 
def GetGlobalLightLevel (self)
 
def GetRegxmax (self)
 
def GetRegxmin (self)
 
def GetRegymax (self)
 
def GetRegymin (self)
 
def GetRelSubFrameDuration (self)
 
def SetAmbient (self, *args)
 
def SetBackground (self, *args)
 
def SetBlowupCenter (self, *args)
 
def SetBlowupFactor (self, *args)
 
def SetFrameDuration (self, *args)
 
def SetGlobalLightLevel (self, *args)
 
def SetRegxmax (self, *args)
 
def SetRegxmin (self, *args)
 
def SetRegymax (self, *args)
 
def SetRegymin (self, *args)
 
def SetRelSubFrameDuration (self, *args)
 
- Public Member Functions inherited from BaseInterfaceServer
def GetInterfaceAt (self, *args)
 
def GetNumInterfaces (self)
 
- Public Member Functions inherited from InterfaceServer
def GetInterface (self, *args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from BaseInterfaceServer
 Interfaces = _swig_property(lambda self: (self.GetInterfaceAt(i) for i in xrange(self.GetNumInterfaces())))
 
 NumInterfaces = _swig_property(GetNumInterfaces)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Parameters passed to the renderer on every frame.

Member Function Documentation

◆ GetAmbient()

def GetAmbient (   self)
GetAmbient(FrameRendParams self) -> Color

◆ GetBackground()

def GetBackground (   self)
GetBackground(FrameRendParams self) -> Color

◆ GetBlowupCenter()

def GetBlowupCenter (   self)
GetBlowupCenter(FrameRendParams self) -> Point2

◆ GetBlowupFactor()

def GetBlowupFactor (   self)
GetBlowupFactor(FrameRendParams self) -> Point2

◆ GetFrameDuration()

def GetFrameDuration (   self)
GetFrameDuration(FrameRendParams self) -> float

◆ GetGlobalLightLevel()

def GetGlobalLightLevel (   self)
GetGlobalLightLevel(FrameRendParams self) -> Color

◆ GetRegxmax()

def GetRegxmax (   self)
GetRegxmax(FrameRendParams self) -> int

◆ GetRegxmin()

def GetRegxmin (   self)
GetRegxmin(FrameRendParams self) -> int

◆ GetRegymax()

def GetRegymax (   self)
GetRegymax(FrameRendParams self) -> int

◆ GetRegymin()

def GetRegymin (   self)
GetRegymin(FrameRendParams self) -> int

◆ GetRelSubFrameDuration()

def GetRelSubFrameDuration (   self)
GetRelSubFrameDuration(FrameRendParams self) -> float

◆ SetAmbient()

def SetAmbient (   self,
args 
)
SetAmbient(FrameRendParams self, Color value)

◆ SetBackground()

def SetBackground (   self,
args 
)
SetBackground(FrameRendParams self, Color value)

◆ SetBlowupCenter()

def SetBlowupCenter (   self,
args 
)
SetBlowupCenter(FrameRendParams self, Point2 value)

◆ SetBlowupFactor()

def SetBlowupFactor (   self,
args 
)
SetBlowupFactor(FrameRendParams self, Point2 value)

◆ SetFrameDuration()

def SetFrameDuration (   self,
args 
)
SetFrameDuration(FrameRendParams self, float value)

◆ SetGlobalLightLevel()

def SetGlobalLightLevel (   self,
args 
)
SetGlobalLightLevel(FrameRendParams self, Color value)

◆ SetRegxmax()

def SetRegxmax (   self,
args 
)
SetRegxmax(FrameRendParams self, int value)

◆ SetRegxmin()

def SetRegxmin (   self,
args 
)
SetRegxmin(FrameRendParams self, int value)

◆ SetRegymax()

def SetRegymax (   self,
args 
)
SetRegymax(FrameRendParams self, int value)

◆ SetRegymin()

def SetRegymin (   self,
args 
)
SetRegymin(FrameRendParams self, int value)

◆ SetRelSubFrameDuration()

def SetRelSubFrameDuration (   self,
args 
)
SetRelSubFrameDuration(FrameRendParams self, float value)