Functions | |
def | getBlend |
Variables | |
list | __all__ = ['getBlend'] |
tuple | easeIn = EaseInBlendType() |
tuple | easeInOut = EaseInOutBlendType() |
tuple | easeOut = EaseOutBlendType() |
tuple | noBlend = NoBlendType() |
LerpBlendHelpers module: contains LerpBlendHelpers class
def interval.LerpBlendHelpers.getBlend | ( | blendType | ) |
Return the C++ blend class corresponding to blendType string
tuple easeIn = EaseInBlendType() |
tuple easeInOut = EaseInOutBlendType() |
tuple easeOut = EaseOutBlendType() |
tuple noBlend = NoBlendType() |