C# 클래스 CombinedMeshRenderer.BitmapRenderer

상속: UnityEngine.Renderer, IMeshRenderer
파일 보기 프로젝트 열기: explodingbarrel/lwf

공개 메소드들

메소드 설명
BitmapRenderer ( LWF lwf, BitmapContext context )
Destruct ( ) : void
Render ( UnityEngine.Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void

메소드 상세

BitmapRenderer() 공개 메소드

public BitmapRenderer ( LWF lwf, BitmapContext context )
lwf LWF
context BitmapContext

Destruct() 공개 메소드

public Destruct ( ) : void
리턴 void

Render() 공개 메소드

public Render ( UnityEngine.Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void
matrix UnityEngine.Matrix
colorTransform ColorTransform
renderingIndex int
renderingCount int
visible bool
리턴 void