Method | Description | |
---|---|---|
GetTexture ( ) : |
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
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes the texture, and Initializes the plugin, which sets up the FBO
|
|
InitializeTexture ( int textureID ) : void | ||
UpdateTexture ( float value ) : void |
public static GetTexture ( ) : |
||
return |
public static Update ( float value ) : void | ||
value | float | /// A value between 0-1 /// |
return | void |