Provides access to VideoBackground rendering specific features. More...
Public Member Functions | |
| void | SetVideoBackgroundMaterial (Material mat) |
| Set a custom video background material. | |
| void | StartVideoBackgroundRendering () |
| Start video background rendering (enable) | |
| void | StopVideoBackgroundRendering () |
| Stop video background rendering (enable) | |
Properties | |
| Texture | VideoBackgroundTexture [get] |
| The texture the video background is rendered into. | |
Events | |
| Action | OnVideoBackgroundChanged |
| Gets called when the video background has been updated and is ready to use. After this call, it's safe to access the VideoBackgroundTexture. | |
Provides access to VideoBackground rendering specific features.
|
inline |
Set a custom video background material.
| mat |
| NotImplementedException |
|
inline |
Start video background rendering (enable)
|
inline |
Stop video background rendering (enable)
|
get |
The texture the video background is rendered into.
| Action OnVideoBackgroundChanged |
Gets called when the video background has been updated and is ready to use. After this call, it's safe to access the VideoBackgroundTexture.