Material(Image) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the name as first parameter instead.

Obsolete Name and texture index constructor.
Public Sub New( _ 
ByVal texture As Image
)
This language is not supported or no code example is available.
public Material( 
Image texture 
)
This language is not supported or no code example is available.

Parameters

texture
Image

Material texture image

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition