示例#1
0
        public static CommandDelegate TintTo(Material material, Color endColour, double duration, CommandEase ease = null)
        {
            CheckArgumentNonNull(material, "material");

            return TintTo(material.ToColorRef(), endColour, duration, ease);
        }