Skip to content

Commit

Permalink
Update __autocomplete.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jan 17, 2024
1 parent b8a255a commit 17b59c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Assets/Resources/LuaModules/__autocomplete.lua
Expand Up @@ -1009,7 +1009,7 @@ function Math:Tanh(f) end
---@field determinant number The determinant of the matrix
---@field inverse Matrix | number[] The inverse of this matrix
---@field isIdentity boolean Checks whether this is an identity matrix
---@field lossyScale Vector3 | number[] Attempts to get a scale value from the matrix
---@field scale Vector3 | number[] Attempts to get a scale value from the matrix
---@field rotation Rotation | number[] Attempts to get a rotation from this matrix
---@field transpose Matrix | number[] Returns the transpose of this matrix
---@field position Vector3 | number[] The position vector of this matrix
Expand Down Expand Up @@ -1093,6 +1093,11 @@ function Matrix:NewTRS(translation, rotation, scale) end



---@class MatrixList
---@field count number The number of matrices
MatrixList = {}


---@class Model
---@field index number The index of the active Model Widget
---@field layer Layer The layer the model is on
Expand Down

0 comments on commit 17b59c9

Please sign in to comment.