ComputeCRC
7/14/25Less than 1 minute
Material.ComputeCRC()
Computes a CRC hash value from the content of the material.
Returns:
type | Description |
---|---|
number | CRC hash value from the content of the material. |
Usage
---@type Material
local material;
local val0 = material.ComputeCRC()