C# 클래스 StrumpyShaderEditor.PreviewRenderer

파일 보기 프로젝트 열기: stramit/SSE

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PreviewRenderer ( ) : System
Render ( Mesh mesh, Vector3 position, Quaternion rotation, Camera camera, IEnumerable lights, Color ambient, Material material, RenderTexture target, bool drawBackground ) : void

메소드 상세

PreviewRenderer() 공개 메소드

public PreviewRenderer ( ) : System
리턴 System

Render() 공개 메소드

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
리턴 void