Example #1
0
 private void constructor()
 {
     ID              = ComponentsManager.GetFreeID();
     Logics          = new Logics.JointLogics();
     Graphics        = new Graphics.JointGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
Example #2
0
 private void constructor()
 {
     ID = ComponentsManager.GetFreeID();
     Logics = new Logics.JointLogics();
     Graphics = new Graphics.JointGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }