/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintProperties_Sphere(ConstraintShape _owner) : base(_owner) { }
public override ShapeBase CreateShapeInstance() { ConstraintShape constraint = new ConstraintShape("Constraint_"+GetPluginName(),_type); constraint.Position = EditorManager.Scene.CurrentShapeSpawnPosition; return constraint; }
/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintProperties_Point(ConstraintShape _owner) : base(_owner) { }
/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintProperties_GroundPlane(ConstraintShape _owner) : base(_owner) { }
/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintProperties_Cyclone(ConstraintShape _owner) : base(_owner) { }
/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintProperties_CameraBox(ConstraintShape _owner) : base(_owner) { }
/// <summary> /// Constructor /// </summary> /// <param name="_owner"></param> public ConstraintPropertiesBase(ConstraintShape _owner) { Owner=_owner; }