Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TransferTexture As Texture |
| C# |
|---|
| public Texture TransferTexture { get; set; } |
| C++ |
|---|
| public property Texture TransferTexture sealed { Texture get(); void set(Texture value); } |
| J# |
|---|
| /** property */ public Texture get_TransferTexture(); /** property */ public void set_TransferTexture(Texture value); |
| JScript |
|---|
| public function get TransferTexture() : Texture public function set TransferTexture(value : Texture); |