예제 #1
0
        //---------------------------------------------------
        //-------------------Constructeurs------------------------
        //---------------------------------------------------

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

            this.Mode        = PhysicBodyMode.Inactive;
            isCustomizedBody = false;
        }
예제 #2
0
파일: PhysicsBody.cs 프로젝트: nadar71/Krea
        //---------------------------------------------------
        //-------------------Constructeurs------------------------
        //---------------------------------------------------
        public PhysicsBody(CoronaObject objectParent)
        {
            BodyElements = new List<BodyElement>();
            this.objectParent = objectParent;

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