C# 클래스 FBOPlugin, UnityFBO

파일 보기 프로젝트 열기: robertcastle/UnityFBO 1 사용 예제들

공개 메소드들

메소드 설명
GetTexture ( ) : Texture2D

Other scripts call this to get the texture.

Update ( float value ) : void

Update the FBO content. Set a value between 0-1 to change the source texture

비공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the texture, and Initializes the plugin, which sets up the FBO

InitializeTexture ( int textureID ) : void
UpdateTexture ( float value ) : void

메소드 상세

GetTexture() 공개 정적인 메소드

Other scripts call this to get the texture.
public static GetTexture ( ) : Texture2D
리턴 UnityEngine.Texture2D

Update() 공개 정적인 메소드

Update the FBO content. Set a value between 0-1 to change the source texture
public static Update ( float value ) : void
value float /// A value between 0-1 ///
리턴 void