public RailSwitchExternalComponent()
 {
     PhysicsNode = new RailPhysicsNode(this);
 }
 public RailSegmentComponent()
 {
     PhysicsNode = new RailPhysicsNode(this);
 }