C# Class StrumpyShaderEditor.PreviewRenderer

Show file Open project: stramit/SSE

Private Properties

Property Type Description

Public Methods

Method Description
PreviewRenderer ( ) : System
Render ( Mesh mesh, Vector3 position, Quaternion rotation, Camera camera, IEnumerable lights, Color ambient, Material material, RenderTexture target, bool drawBackground ) : void

Method Details

PreviewRenderer() public method

public PreviewRenderer ( ) : System
return System

Render() public method

public Render ( Mesh mesh, Vector3 position, Quaternion rotation, Camera camera, IEnumerable lights, Color ambient, Material material, RenderTexture target, bool drawBackground ) : void
mesh UnityEngine.Mesh
position Vector3
rotation UnityEngine.Quaternion
camera UnityEngine.Camera
lights IEnumerable
ambient Color
material UnityEngine.Material
target UnityEngine.RenderTexture
drawBackground bool
return void