|
@@ -5,6 +5,10 @@ return {
|
|
|
material = {
|
|
|
type = 'Material',
|
|
|
description = 'The material to use.'
|
|
|
+ },
|
|
|
+ texture = {
|
|
|
+ type = 'Texture',
|
|
|
+ description = 'The texture to use as the material.'
|
|
|
}
|
|
|
},
|
|
|
returns = {},
|
|
@@ -12,6 +16,10 @@ return {
|
|
|
{
|
|
|
arguments = { 'material' },
|
|
|
returns = {}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ arguments = { 'texture' },
|
|
|
+ returns = {}
|
|
|
}
|
|
|
},
|
|
|
related = {
|