Material.LoadTexture Method

Loads the texture for this material. This is done automatically the first time the material is added to the Materials collection.
Public Sub LoadTexture( _ 
ByVal renderContext As RenderContextBase
)
This language is not supported or no code example is available.
public void LoadTexture( 
RenderContextBase renderContext 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

Remarks
 
If the TextureImage or EnvironmentMappingImage are changed, this method needs to be called to update the graphics data.

.NET Framework

Supported in: 4.8

In this article

Definition