Method ImportColorOrMap
ImportColorOrMap(Scene, Connectable<Vector3>, bool, SceneImportOptions, ref Texture2D, ref Color?, out string)
Declaration
protected void ImportColorOrMap(Scene scene, Connectable<Vector3> usdParam, bool isNormalMap, SceneImportOptions options, ref Texture2D map, ref Color? value, out string uvPrimvar)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene | scene | |
| Connectable<Vector3> | usdParam | |
| bool | isNormalMap | |
| SceneImportOptions | options | |
| Texture2D | map | |
| Color? | value | |
| string | uvPrimvar |