ValidTRS
7/14/25Less than 1 minute
Matrix4x4.ValidTRS()
Checks if this matrix is a valid transform matrix.
Returns:
type | Description |
---|---|
boolean | True if this matrix is a valid transform matrix. |
Usage
---@type Matrix4x4
local matrix4x4;
local val0 = matrix4x4.ValidTRS()