C# 클래스 GameCommon.HeatVisionCompositorInstance

상속: CompositorInstance
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD

보호된 메소드들

메소드 설명
OnCreateTexture ( string definitionName, Vec2i &size ) : void
OnMaterialRender ( uint passId, Material material, bool &skipPass ) : void

메소드 상세

OnCreateTexture() 보호된 메소드

protected OnCreateTexture ( string definitionName, Vec2i &size ) : void
definitionName string
size Vec2i
리턴 void

OnMaterialRender() 보호된 메소드

protected OnMaterialRender ( uint passId, Material material, bool &skipPass ) : void
passId uint
material Material
skipPass bool
리턴 void