public SlamHitGroundEffect() { AddChild(e1 = new SlamHitGroundEffect1() { OrientationRelation = OrientationRelation.Absolute }); AddChild(e2 = new SlamHitGroundEffect2() { OrientationRelation = OrientationRelation.Absolute }); AddChild(new ExplodingRocksEffect()); }