Пример #1
0
        /// <summary>Initializes the struct with default values.</summary>
        public static ColorGradientKey Default()
        {
            ColorGradientKey value = new ColorGradientKey();

            value.color = new Color();
            value.time  = 0f;

            return(value);
        }
 private static extern void Internal_getKey(IntPtr thisPtr, uint idx, out ColorGradientKey __output);