|
@@ -6947,6 +6947,7 @@ return {
|
|
|
returns = {
|
|
|
{
|
|
|
name = "depth",
|
|
|
+ type = "number",
|
|
|
description = "The depth of the Texture."
|
|
|
}
|
|
|
}
|
|
@@ -6970,14 +6971,17 @@ return {
|
|
|
returns = {
|
|
|
{
|
|
|
name = "width",
|
|
|
+ type = "number",
|
|
|
description = "The width of the Texture."
|
|
|
},
|
|
|
{
|
|
|
name = "height",
|
|
|
+ type = "number",
|
|
|
description = "The height of the Texture."
|
|
|
},
|
|
|
{
|
|
|
name = "depth",
|
|
|
+ type = "number",
|
|
|
description = "The depth of the Texture."
|
|
|
}
|
|
|
}
|
|
@@ -7001,6 +7005,7 @@ return {
|
|
|
returns = {
|
|
|
{
|
|
|
name = "height",
|
|
|
+ type = "number",
|
|
|
description = "The height of the Texture, in pixels."
|
|
|
}
|
|
|
}
|
|
@@ -7024,6 +7029,7 @@ return {
|
|
|
returns = {
|
|
|
{
|
|
|
name = "width",
|
|
|
+ type = "number",
|
|
|
description = "The width of the Texture, in pixels."
|
|
|
}
|
|
|
}
|