ModelTextureMapping Constructor (TextureMapping, Int32) |
Namespace:
Grasshopper.Rhinoceros.Render
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic ModelTextureMapping(
TextureMapping textureMapping,
int channel
)
Public Sub New (
textureMapping As TextureMapping,
channel As Integer
)
Parameters
- textureMapping
- Type: TextureMapping
- channel
- Type: SystemInt32
See Also