Inheritance: AnimatGUI.DataObjects.Physical.PhysicsEngine
 public override AnimatGUI.Framework.DataObject Clone(AnimatGUI.Framework.DataObject doParent, bool bCutData, AnimatGUI.Framework.DataObject doRoot)
 {
     RoboticsPhysicsEngine doEngine = new RoboticsPhysicsEngine(doParent);
     return doEngine;
 }
Beispiel #2
0
        public override AnimatGUI.Framework.DataObject Clone(AnimatGUI.Framework.DataObject doParent, bool bCutData, AnimatGUI.Framework.DataObject doRoot)
        {
            RoboticsPhysicsEngine doEngine = new RoboticsPhysicsEngine(doParent);

            return(doEngine);
        }