示例#1
0
        //---------------------------------------------------
        //-------------------Constructeurs------------------------
        //---------------------------------------------------

        public PhysicsBody(CoronaObject objectParent)
        {
            BodyElements      = new List <BodyElement>();
            this.objectParent = objectParent;

            this.Mode        = PhysicBodyMode.Inactive;
            isCustomizedBody = false;
        }
示例#2
0
        //---------------------------------------------------
        //-------------------Constructeurs------------------------
        //---------------------------------------------------
        public PhysicsBody(CoronaObject objectParent)
        {
            BodyElements = new List<BodyElement>();
            this.objectParent = objectParent;

            this.Mode = PhysicBodyMode.Inactive;
            isCustomizedBody = false;
        }