예제 #1
0
        public static JsonObject serialize(AlphaFromLifeFeature feature)
        {
            JsonObject obj = new JsonObject(JsonObject.JsonType.OBJECT);

            return(obj);
        }
예제 #2
0
        public override ParticleFeature create(JsonObject initData)
        {
            AlphaFromLifeFeature lf = new AlphaFromLifeFeature();

            return(lf);
        }