blender/source/gameengine/PyDoc/KX_BlenderMaterial.py

39 lines
653 B
Python
Raw Normal View History

class KX_BlenderMaterial: # (PyObjectPlus)
"""
KX_BlenderMaterial
All placeholders have a __ prefix
"""
def __getShader(val):
"""
TODO - Description
@param val: the starting frame of the animation
@type val: float
@rtype: integer
@return: TODO Description
"""
def __setBlending(val):
"""
TODO - Description
@param val: the starting frame of the animation
@type val: float
@rtype: integer
@return: TODO Description
"""
def __getMaterialIndex(val):
"""
TODO - Description
@param val: the starting frame of the animation
@type val: float
@rtype: integer
@return: TODO Description
"""