Ejemplo n.º 1
0
        public void Serialize(JObject root)
        {
            root["enabled"] = enabled;
            root["style"]   = style.ToString();
            root["flare"]   = flare.ToString();

            root["position"]  = position.Serialize();
            root["rot_yaw"]   = rot_yaw;
            root["rot_pitch"] = rot_pitch;

            root["color_index"] = color_index;

            root["intensity"] = intensity;
            root["range"]     = range;
            root["angle"]     = angle;
        }