GetTexture
Material.GetTexture method
从指定槽获取纹理,可以是材质的属性名或shader的参数名
public TextureBase GetTexture(string slotName)
范围 | 类型 | 描述 |
---|---|---|
slotName | String | 插槽名称。 |
返回值
质地。
也可以看看
- class TextureBase
- class Material
- 命名空间 Aspose.ThreeD.Shading
- 部件 Aspose.3D
从指定槽获取纹理,可以是材质的属性名或shader的参数名
public TextureBase GetTexture(string slotName)
范围 | 类型 | 描述 |
---|---|---|
slotName | String | 插槽名称。 |
质地。