Пример #1
0
    public void ApplyVariationTo(GameObject obj)
    {
        var tintOutput = m_Tints.Select((col) => col.SelectRandom());

        MaterialUtils.AssignTints(obj, tintOutput.ToArray());
    }