Stellt eine beliebige Textur bildschirmfüllend dar.
Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Private Sub ShowTexture( _ ByVal texture As Texture _ ) |
| C# |
|---|
| private void ShowTexture( Texture texture ) |
| C++ |
|---|
| private: void ShowTexture( Texture texture ) sealed |
| J# |
|---|
| private void ShowTexture( Texture texture ) |
| JScript |
|---|
| private
function ShowTexture( texture : Texture ) |
Parameters
- texture