create_cube_render_texture method

create_cube_render_texture

Create a render target contains 1 cube texture

Returns

def create_cube_render_texture(self, parameters, width, height):
    ...
ParameterTypeDescription
parametersRenderParametersRender parameters to create the render texture
widthintThe width of the render texture
heightintThe height of the render texture

See Also