public virtual void passivate(MundoCore.Runtime.TypedMap m) { m.SetActiveClassName("org.letras.psi.iregion.RegionEvent"); m.PutInt("type", this.type); m.PutPassivated("guid", this.guid); m.PutString("penID", this.penID); }
public virtual void passivate(MundoCore.Runtime.TypedMap m) { m.SetActiveClassName("org.letras.psi.iregion.RegionSample"); m.PutDouble("pscX", this.pscX); m.PutInt("force", this.force); m.PutDouble("pscY", this.pscY); m.PutDouble("x", this.x); m.PutDouble("y", this.y); m.PutString("penID", this.penID); m.PutLong("timestamp", this.timestamp); }