RenderContextBase.SetAlphaTexture Method

Sets the texture on a specific texture unit.
Public Overridable Function SetAlphaTexture( _ 
ByVal texture As TextureBase
) As Boolean
This language is not supported or no code example is available.
public virtual bool SetAlphaTexture( 
TextureBase texture 
)
This language is not supported or no code example is available.

Parameters

texture
TextureBase

The texture

Return Value

bool

True if successful

.NET Framework

Supported in: 4.8

In this article

Definition