public ShadowGameObject(int id, string uid) { this.id = id; this.uid = uid; transform = new ShadowTransform(); }