RenderContextBase.SetTexture (TextureBase) Method

Sets the texture on 0 texture unit.
Public Function SetTexture( _ 
ByVal texture As TextureBase
) As Boolean
This language is not supported or no code example is available.
public bool SetTexture( 
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