Material(String, Image) Constructor

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

Parameters

name
string

The material name.

texture
Image

Material texture image

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition